diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-10 16:01:11 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-01-10 16:01:11 +0000 |
commit | 8869cd1ec5babef14141a83d41ab5187cc663e25 (patch) | |
tree | 06a5f7a717d37ccea3678ad0d61a8d3df1324a73 /lib/libGL | |
parent | 0374d2ec61d3e30769c4d5e6749f6472cb2cb4ac (diff) |
Don't build the "unichrome" driver. We don't have the kernel headers for
it, and we're about to switch to using kernel headers instead of the
ones packaged with libdrm. If the unichrome driver gets rewritten (or I
eventually get time), then it'll come back.
ok matthieu@
Diffstat (limited to 'lib/libGL')
-rw-r--r-- | lib/libGL/dri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libGL/dri/Makefile b/lib/libGL/dri/Makefile index b53affbd1..7424e7fec 100644 --- a/lib/libGL/dri/Makefile +++ b/lib/libGL/dri/Makefile @@ -2,7 +2,7 @@ SUBDIR= swrast .if ${MACHINE} == i386 || ${MACHINE} == amd64 SUBDIR+= i810 i915 i965 mach64 mga r128 \ - r200 r300 radeon s3v savage sis tdfx trident unichrome + r200 r300 radeon s3v savage sis tdfx trident .endif .if ${MACHINE} == sparc64 SUBDIR+= mach64 r128 r200 r300 radeon |