1
0
Fork 0
mirror of git://slackware.nl/current.git synced 2025-01-20 22:26:48 +01:00
slackware-current/source/x/x11/configure/xf86-video-ati

22 lines
629 B
Text
Raw Normal View History

xserver_source="/tmp/x11-build/xorg-server-1.7.5"
# Let these just fail to build. In any case, an "exit 1"
# here is just plain wrong.
#if [ ! -d "$xserver_source" ]; then
# echo "$xserver_source does not exist, and you need it."
# exit 1
#fi
CFLAGS="$SLKCFLAGS -I${xserver_source}/hw/xfree86/ramdac" \
CXXFLAGS="$SLKCFLAGS -I${xserver_source}/hw/xfree86/ramdac" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=/usr/info \
--mandir=/usr/man \
--disable-static \
--with-xserver-source=${xserver_source} \
--build=$ARCH-slackware-linux