From 543f434ad548fa8fbea4cfa8205ddff26a2048e5 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 22:30:21 +0300 Subject: sway: use cl-meson --- wayland/sway/build | 5 +++-- 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 -- cgit v1.2.3