From 2a66b1b3161182b232a9e4aebe79fb5072f3d515 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 22:43:32 +0300 Subject: wlsunset: fix package --- wayland/wlsunset/build | 9 +++++++++ wayland/wlsunset/depends | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'wayland') 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 - -- cgit v1.2.3