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/build | |
| parent | 185db1d3da7fa1d093fba9fc89ead846a8927b3b (diff) | |
| download | repository-64a97a89b800ea0b44ef5d5c2e7fdc3ebc2bc0a0.tar.gz | |
mako: fixes, use cl-meson
Diffstat (limited to 'wayland/mako/build')
| -rwxr-xr-x | wayland/mako/build | 5 | 
1 files changed, 3 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  | 
