aboutsummaryrefslogtreecommitdiff
path: root/xorg
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 22:37:27 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 22:37:27 +0300
commit0dcc176df8d9a4d664a40308ef1473e3bf191a28 (patch)
treea8f248289e569fe274aaf3bd306428699d38fd65 /xorg
parentc7796f6a317844a65911cff2dc90e2c2dfd07717 (diff)
downloadrepository-0dcc176df8d9a4d664a40308ef1473e3bf191a28.tar.gz
libxkbcommon: use cl-meson
Diffstat (limited to 'xorg')
-rwxr-xr-xxorg/libxkbcommon/build5
1 files changed, 2 insertions, 3 deletions
diff --git a/xorg/libxkbcommon/build b/xorg/libxkbcommon/build
index 837b9772..41cb196d 100755
--- a/xorg/libxkbcommon/build
+++ b/xorg/libxkbcommon/build
@@ -2,10 +2,9 @@
export DESTDIR="$1"
-meson \
- --prefix=/usr \
+cl-meson \
-Denable-docs=false \
- -Denable-wayland=false \
+ -Denable-wayland="$(cpt l -C wayland true false)" \
. output
ninja -C output