aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 22:43:32 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 22:43:32 +0300
commit2a66b1b3161182b232a9e4aebe79fb5072f3d515 (patch)
treed430320df197e3a278d7adc73f0e00b4122e262a /wayland
parentdc2162592ebbef4ccacb3d62022c1464d952321d (diff)
downloadrepository-2a66b1b3161182b232a9e4aebe79fb5072f3d515.tar.gz
wlsunset: fix package
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/wlsunset/build9
-rw-r--r--wayland/wlsunset/depends2
2 files changed, 10 insertions, 1 deletions
diff --git a/wayland/wlsunset/build b/wayland/wlsunset/build
index 270ae643..b323addb 100755
--- a/wayland/wlsunset/build
+++ b/wayland/wlsunset/build
@@ -1 +1,10 @@
#!/bin/sh -e
+
+export DESTDIR=$1
+
+cl-meson \
+ -Dman-pages=enabled \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/wayland/wlsunset/depends b/wayland/wlsunset/depends
index 96acdcde..83486ba3 100644
--- a/wayland/wlsunset/depends
+++ b/wayland/wlsunset/depends
@@ -1,4 +1,4 @@
meson make
+scdoc make
wayland
wayland-protocols make
-