984a75e189
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
12 lines
525 B
Text
12 lines
525 B
Text
--- programs/Xserver/include/Imakefile~ Sat Oct 28 10:26:51 2000
|
|
+++ programs/Xserver/include/Imakefile Tue Dec 26 13:22:59 2000
|
|
@@ -55,3 +55,9 @@
|
|
InstallDriverSDKNonExecFile(validate.h,$(DRIVERSDKINCLUDEDIR))
|
|
InstallDriverSDKNonExecFile(window.h,$(DRIVERSDKINCLUDEDIR))
|
|
InstallDriverSDKNonExecFile(windowstr.h,$(DRIVERSDKINCLUDEDIR))
|
|
+
|
|
+/* Followings are for programs/rgb (aka. showrgb) */
|
|
+#if !defined(LibHeaders) || LibHeaders
|
|
+HEADERS= rgb.h site.h
|
|
+InstallMultipleFlags($(HEADERS),$(INCDIR),$(INSTINCFLAGS))
|
|
+#endif
|