summaryrefslogtreecommitdiffstats
path: root/source/l/libxkbcommon
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-02-22 19:31:36 +0000
committer Eric Hameleers <alien@slackware.com>2020-02-23 08:59:46 +0100
commit68395436ce762ae02925b4b8cfe0aeb10d72f09a (patch)
treeed88d8c0b354126834f59d5a7fc58989a166cd9e /source/l/libxkbcommon
parentc2b213d184f11d3c6585997c13262ebcde3a58d0 (diff)
downloadcurrent-68395436ce762ae02925b4b8cfe0aeb10d72f09a.tar.gz
current-68395436ce762ae02925b4b8cfe0aeb10d72f09a.tar.xz
Sat Feb 22 19:31:36 UTC 202020200222193136
ap/lsscsi-0.31-x86_64-1.txz: Upgraded. l/libxkbcommon-0.10.0-x86_64-2.txz: Rebuilt. Rebuilt to add wayland support. n/dnsmasq-2.80-x86_64-4.txz: Rebuilt. Rebuilt with: -DHAVE_DNSSEC -DHAVE_DBUS -DHAVE_LIBIDN2 -DHAVE_CONNTRACK x/intel-vaapi-driver-2.4.0-x86_64-2.txz: Rebuilt. Rebuilt to add wayland support. x/libglvnd-1.3.1-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/libxkbcommon')
-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