diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-12 14:26:00 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-04-12 14:26:00 +0000 |
commit | b414ba91dd2022857850a9f1ca0b190795053950 (patch) | |
tree | 1692b2a20a4f085928cd08d9618e905ab3af8d9b /x11-servers/XFree86-4-Server/scripts/configure | |
parent | Update to 0.6.3. (diff) |
sync up with x11/XFree86-4.
o build DRI kernel modules.
o add option to build Matrox G200/G400/G450 beta drivers.
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Diffstat (limited to '')
-rw-r--r-- | x11-servers/XFree86-4-Server/scripts/configure | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure index 8d71e1620f56..5ddde0a40ff9 100644 --- a/x11-servers/XFree86-4-Server/scripts/configure +++ b/x11-servers/XFree86-4-Server/scripts/configure @@ -36,9 +36,6 @@ configure () { if [ X$HasPam != XDEFAULT -a X$HasPam != X ]; then echo "#define HasPam $HasPam" >> $LOCALDEF fi - if [ ! -d /sys -a ! -d /usr/src/sys ]; then - echo "#define BuildXF86DRI NO" >> $LOCALDEF - fi if [ X$ExtendedInputDevices = XDEFAULT -o X$ExtendedInputDevices = XYES ]; then echo "#define XInputDrivers mouse digitaledge dynapro elo2300 \ elographics magellan \ @@ -48,6 +45,11 @@ configure () { else echo "#define XInputDrivers mouse" >> $LOCALDEF fi + echo "#define BuildXF86DRI ${BuildXF86DRI}" >> $LOCALDEF + echo "#define BuildXF86DRM ${BuildXF86DRM}" >> $LOCALDEF + + # Matrox driver support + echo "#define HaveMatroxHal $HaveMatroxHal" >> $LOCALDEF # disable some configs: there are not used this ports for i in \ |