diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:30:21 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:31:13 +0300 |
commit | 543f434ad548fa8fbea4cfa8205ddff26a2048e5 (patch) | |
tree | b9ef8d9185f1ecc944b39256cff34aed3fcf27b9 /wayland | |
parent | 62b9f823153ebf5da3064bfce9eea9a27e9e6cb2 (diff) | |
download | repository-543f434ad548fa8fbea4cfa8205ddff26a2048e5.tar.gz |
sway: use cl-meson
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 |