slackware-current/source/x/x11/make/xkeyboard-config
Patrick J Volkerding 9d6917b0f3 Fri Feb 11 01:09:45 UTC 2022
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.
2022-02-11 07:43:07 +01:00

5 lines
119 B
Text

export CFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
ninja || exit 1
DESTDIR=$PKG ninja install || exit 1
cd ..