mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
9d6917b0f3
x/xkeyboard-config-2.35.1-noarch-2.txz: Rebuilt. Perhaps upstream didn't mean to move these files (or perhaps we should have recompiled everything that looks for these), but they did switch to meson, and the 'xkb-base' option to set the data directory doesn't work. Anyway, I've placed a symlink at /etc/X11/xkb and that fixes the problem. Thanks to Petri Kaukasoina and LuckyCyborg.
19 lines
435 B
Text
19 lines
435 B
Text
export CFLAGS="$SLKCFLAGS"
|
|
export CXXFLAGS="$SLKCFLAGS"
|
|
mkdir build
|
|
cd build
|
|
meson setup \
|
|
--prefix=/usr \
|
|
--libdir=lib${LIBDIRSUFFIX} \
|
|
--libexecdir /usr/libexec \
|
|
--bindir /usr/bin \
|
|
--sbindir /usr/sbin \
|
|
--includedir /usr/include \
|
|
--datadir /usr/share \
|
|
--mandir /usr/man \
|
|
--sysconfdir /etc \
|
|
--localstatedir /var \
|
|
--buildtype=release \
|
|
-Dcompat-rules=true \
|
|
-Dxorg-rules-symlinks=true \
|
|
.. || exit 1
|