diff options
-rwxr-xr-x | wayland/mako/build | 5 | ||||
-rw-r--r-- | wayland/mako/depends | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/wayland/mako/build b/wayland/mako/build index 64d5eb9a..398d5c72 100755 --- a/wayland/mako/build +++ b/wayland/mako/build @@ -2,9 +2,10 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ -Dsd-bus-provider=basu \ + -Dicons=enabled \ + -Dman-pages=enabled \ . output ninja -C output diff --git a/wayland/mako/depends b/wayland/mako/depends index 31ddfe8c..34655818 100644 --- a/wayland/mako/depends +++ b/wayland/mako/depends @@ -1,4 +1,6 @@ cairo +dbus meson make pango +scdoc make wayland |