aboutsummaryrefslogtreecommitdiff
path: root/wayland/swaybg/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/swaybg/build')
-rwxr-xr-xwayland/swaybg/build7
1 files changed, 4 insertions, 3 deletions
diff --git a/wayland/swaybg/build b/wayland/swaybg/build
index 91a1423b..62f40e47 100755
--- a/wayland/swaybg/build
+++ b/wayland/swaybg/build
@@ -1,9 +1,10 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
-meson \
- --prefix=/usr \
+cl-meson \
+ -Dgdk-pixbuf=enabled \
+ -Dman-pages=enabled \
. output
ninja -C output