mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
OpenGL drivers, like the graphics/dri port, rather than also providing the XFree86 server, 2d drivers, and related modules.
11 lines
442 B
Text
11 lines
442 B
Text
--- lib/GL/Imakefile.orig Tue Nov 11 18:00:25 2003
|
|
+++ lib/GL/Imakefile Tue Nov 11 18:00:26 2003
|
|
@@ -110,7 +110,7 @@
|
|
#if BuildXF86DRI && GlxUseBuiltInDRIDriver
|
|
SUBDIRS = $(MESADIRS) $(DRIDIRS) $(DRIVERDIRS) $(GLXDIRS) $(LIBGLBUILDDIR) $(OSMESADIRS)
|
|
#else
|
|
-SUBDIRS = $(MESADIRS) $(GLXDIRS) $(DRIDIRS) $(LIBGLBUILDDIR) $(OSMESADIRS) $(DRIVERDIRS)
|
|
+SUBDIRS = $(MESADIRS) $(GLXDIRS) $(DRIDIRS) $(DRIVERDIRS)
|
|
#endif
|
|
|
|
MakeSubdirs($(SUBDIRS))
|