diff options
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/sway/build | 5 | ||||
-rw-r--r-- | wayland/sway/depends | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/wayland/sway/build b/wayland/sway/build index e803f039..2bee3cce 100755 --- a/wayland/sway/build +++ b/wayland/sway/build @@ -2,10 +2,11 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ -Dgdk-pixbuf=enabled \ -Dxwayland=enabled \ + -Dman-pages=enabled \ + -Dfish-completions=false \ . output ninja -C output diff --git a/wayland/sway/depends b/wayland/sway/depends index 16786977..d101aa71 100644 --- a/wayland/sway/depends +++ b/wayland/sway/depends @@ -1,7 +1,9 @@ cairo +gdk-pixbuf json-c meson make pcre +scdoc make wayland wayland-protocols make wlroots |