build Hyprland without uswm
This commit is contained in:
parent
d0982d7f62
commit
c7d3262d47
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ PRGNAM=$(basename "$CWD")
|
|||
UPSTREAM_REPO="https://github.com/hyprwm/$PRGNAM"
|
||||
VERSION=${VERSION:-latest}
|
||||
ARCH=${ARCH:-$(uname -m)}
|
||||
BUILD=1
|
||||
BUILD=2
|
||||
|
||||
TAG=gwh
|
||||
TMP=/tmp/$TAG
|
||||
|
@ -44,6 +44,7 @@ cmake --no-warn-unused-cli \
|
|||
-DCMAKE_BUILD_TYPE:STRING=Release \
|
||||
-DCMAKE_INSTALL_PREFIX:STRING=${PREFIX} \
|
||||
-DNO_SYSTEMD:STRING=true \
|
||||
-DNO_UWSM:STRING=true \
|
||||
-S . \
|
||||
-B ./build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue