diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:35:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:35:53 +0300 |
commit | c7796f6a317844a65911cff2dc90e2c2dfd07717 (patch) | |
tree | 3da13f00ee8d00bde0cdfd2bbcf36f1efb9859e9 /wayland/wlroots | |
parent | ddf8fa4fa816d1878d5a7b381f4d00ef99e353bf (diff) | |
download | repository-c7796f6a317844a65911cff2dc90e2c2dfd07717.tar.gz |
wlroots: use cl-meson
Diffstat (limited to 'wayland/wlroots')
-rwxr-xr-x | wayland/wlroots/build | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build index 9874dc49..3f1bbec2 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -2,15 +2,11 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ --default-library=both \ -Dexamples=false \ - -Dlibcap=disabled \ - -Dlogind=disabled \ - -Dwayland=enabled \ + -Dxwayland=enabled \ -Dx11-backend=enabled \ - -Dfreerdb=disabled \ . build ninja -C build |