1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
ports/graphics/dri-devel/files/patch-GL-Imakefile
Eric Anholt 98be7ccb06 Resurrect dri-devel with a snapshot of today's DRI CVS. It contains only the
OpenGL drivers, like the graphics/dri port, rather than also providing the
XFree86 server, 2d drivers, and related modules.
2003-11-12 04:27:31 +00:00

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))