build Hyprland without uswm

This commit is contained in:
Gwenhael Le Moine 2025-02-14 13:08:51 +01:00
parent d0982d7f62
commit c7d3262d47
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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