From 792393330a4a747b2b7b76c3f45112d89dc25bda Mon Sep 17 00:00:00 2001 From: zeising Date: Tue, 18 Jun 2013 18:07:04 +0000 Subject: Really add all drivers in the old xorg case. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@965 058c260c-8361-11dd-a0ac-aa2bafec7d09 --- graphics/dri/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 27d728a..fd14f7a 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -21,10 +21,10 @@ USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto BROKEN= does not install on ia64 .endif -.if ! defined(WITH_NEW_XORG) -ALL_DRI_DRIVERS+=I810 MACH64 MGA R128 R300 R600 SAVAGE SIS TDFX UNICHROME -.else ALL_DRI_DRIVERS=I915 I965 R200 RADEON SWRAST + +.if !defined(WITH_NEW_XORG) +ALL_DRI_DRIVERS+=I810 MACH64 MGA R128 R300 R600 SAVAGE SIS TDFX UNICHROME .endif .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" -- cgit v1.2.3