diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:43:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:43:32 +0300 |
commit | 2a66b1b3161182b232a9e4aebe79fb5072f3d515 (patch) | |
tree | d430320df197e3a278d7adc73f0e00b4122e262a /wayland | |
parent | dc2162592ebbef4ccacb3d62022c1464d952321d (diff) | |
download | repository-2a66b1b3161182b232a9e4aebe79fb5072f3d515.tar.gz |
wlsunset: fix package
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/wlsunset/build | 9 | ||||
-rw-r--r-- | wayland/wlsunset/depends | 2 |
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 - |