diff options
Diffstat (limited to 'source/x/x11/configure/xorg-server')
-rw-r--r-- | source/x/x11/configure/xorg-server | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/x/x11/configure/xorg-server b/source/x/x11/configure/xorg-server index cf9bd843..778d7668 100644 --- a/source/x/x11/configure/xorg-server +++ b/source/x/x11/configure/xorg-server @@ -27,14 +27,15 @@ CFLAGS="$SLKCFLAGS" \ --with-int10=x86emu \ --with-default-font-path="${DEF_FONTPATH}" \ --with-module-dir=/usr/lib${LIBDIRSUFFIX}/xorg/modules \ - --with-dri-driver-path=/usr/lib${LIBDIRSUFFIX}/xorg/modules/dri \ - --with-os-name="Slackware 13.37" \ + --with-os-name="Slackware 14.0" \ --with-os-vendor="Slackware Linux Project" \ --with-xkb-path=/etc/X11/xkb \ --with-xkb-output=/var/lib/xkb \ $BUILD_SERVERS \ --build=$ARCH-slackware-linux +# --with-dri-driver-path=/usr/lib${LIBDIRSUFFIX}/xorg/modules/dri + if [ "$ARCH" = "x86_64" ]; then # To prevent the error "No rule to make target `-ldl'" sed -i -e 's#-ldl##' hw/xfree86/Makefile |