From 0dcc176df8d9a4d664a40308ef1473e3bf191a28 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 22:37:27 +0300 Subject: libxkbcommon: use cl-meson --- xorg/libxkbcommon/build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'xorg') 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 -- cgit v1.2.3