diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:27:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:28:28 +0300 |
commit | 64a97a89b800ea0b44ef5d5c2e7fdc3ebc2bc0a0 (patch) | |
tree | 36ecd28d59285e022f0f437bff0990e8a88e0aa2 /wayland/mako | |
parent | 185db1d3da7fa1d093fba9fc89ead846a8927b3b (diff) | |
download | repository-64a97a89b800ea0b44ef5d5c2e7fdc3ebc2bc0a0.tar.gz |
mako: fixes, use cl-meson
Diffstat (limited to 'wayland/mako')
-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 |