o use internal freetype2 for consistency with x11/XFree86-4. o added xthreads obtained from x11/XFree86-4. o install "ws" type config sample for xdm. o build DRI only if kernel source installed in /sys. o fix Riva128/SGRAM driver(patch-riva_hw.c). PR: 24338(4.0.2) Submitted by: maintainer, keith
13 lines
358 B
Text
13 lines
358 B
Text
--- lib/GL/mesa/src/drv/Imakefile.orig Tue Dec 5 10:17:23 2000
|
|
+++ lib/GL/mesa/src/drv/Imakefile Tue Dec 5 13:29:59 2000
|
|
@@ -70,6 +70,10 @@
|
|
|
|
#endif /* GlxUseBuiltInDRIDriver */
|
|
|
|
+#if (defined(FreeBSDBuildXlib) && FreeBSDBuildXlib) || (defined(ModInstall) && !ModInstall)
|
|
+SUBDIRS = common
|
|
+#endif
|
|
+
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|