summaryrefslogtreecommitdiffstats
path: root/source/x/x11/configure/setxkbmap
blob: 0a6de166f528e0e4ac6f35703352ed99b3608d96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
CFLAGS=$SLKCFLAGS \
CXXFLAGS=$SLKCFLAGS \
./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --infodir=/usr/info \
  --mandir=/usr/man \
  --with-xkb-config-root=/etc/X11/xkb \
  --enable-year2038 \
  --build=$ARCH-slackware-linux