summaryrefslogtreecommitdiffstats
path: root/source/l/libxkbcommon/libxkbcommon.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libxkbcommon/libxkbcommon.SlackBuild')
-rwxr-xr-xsource/l/libxkbcommon/libxkbcommon.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/l/libxkbcommon/libxkbcommon.SlackBuild b/source/l/libxkbcommon/libxkbcommon.SlackBuild
index 4d0b56d57..9650f55e1 100755
--- a/source/l/libxkbcommon/libxkbcommon.SlackBuild
+++ b/source/l/libxkbcommon/libxkbcommon.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libxkbcommon
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -103,7 +103,7 @@ meson setup \
--sysconfdir=/etc \
--localstatedir=/var \
--buildtype=release \
- -Denable-wayland=false \
+ -Denable-wayland=true \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1