diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:22:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:22:12 +0300 |
commit | 654ee3b4bba5564bcabd4c722178d22205f1cdab (patch) | |
tree | e8c124cd5787fdd03708b26c4e37f14d758dfbe6 /wayland | |
parent | 4b886a942bc5f1f0ae48e8510de35353880788ae (diff) | |
download | repository-654ee3b4bba5564bcabd4c722178d22205f1cdab.tar.gz |
foot: use cl-meson
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/foot/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wayland/foot/build b/wayland/foot/build index 91a1423b..ae86f435 100755 --- a/wayland/foot/build +++ b/wayland/foot/build @@ -2,8 +2,8 @@ export DESTDIR=$1 -meson \ - --prefix=/usr \ +cl-meson \ + -Ddocs=enabled \ . output ninja -C output |