[xorg-commit-diffs] xc/lib Imakefile,1.1.4.4,1.1.4.5
Roland Mainz
xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:18 EST 2004
- Previous message: [xorg-commit-diffs] xc/extras/freetype2/include/freetype/config
ftoption.h, 1.1.4.2, 1.1.4.3
- Next message: [xorg-commit-diffs] xc/lib/Xaw Print.h, NONE, 1.1.4.1 PrintSP.h,
NONE, 1.1.4.1 PrintShell.c, NONE, 1.1.4.1 AllWidgets.c,
1.1.4.2, 1.1.4.3 Imakefile, 1.1.4.3, 1.1.4.4 XawI18n.h,
1.1.4.3, 1.1.4.4 XawInit.c, 1.1.4.2, 1.1.4.3 XawInit.h,
1.1.4.3, 1.1.4.4 sharedlib.c, 1.1, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: gisburn
Update of /cvs/xorg/xc/lib
In directory pdx:/tmp/cvs-serv5532/lib
Modified Files:
Tag: XORG-CURRENT
Imakefile
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT
Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/lib/Imakefile,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- a/Imakefile 15 Apr 2004 10:14:52 -0000 1.1.4.4
+++ b/Imakefile 21 Apr 2004 10:03:13 -0000 1.1.4.5
@@ -8,7 +8,7 @@
#define IHaveSubdirs
#define PassCDebugFlags
-#if BuildXaw6 && BuildLibraries
+#if BuildXaw6 && BuildXprintLib && BuildLibraries
XAW6LIBDIR = Xaw6
#endif
@@ -153,7 +153,7 @@
#endif
#if BuildXprintLib
-XPRINTLIBDIR = Xp
+XPRINTLIBDIRS = Xp XprintUtil XprintAppUtil
#endif
#if BuildFontCacheLib
@@ -190,7 +190,9 @@
XMULIBDIR = Xmu
XMUULIBDIR = Xmuu
XPMLIBDIR = Xpm
+#if BuildXprintLib
XAWLIBDIR = Xaw
+#endif
XTSTLIBDIR = Xtst
FSLIBDIR = FS
#endif
@@ -200,9 +202,9 @@
$(OLDXLIBDIR) $(ICELIBDIR) $(SMLIBDIR) $(XEXTLIBDIR) $(XTLIBDIR) \
$(SSLIBDIR) $(XF86MISCLIBDIR) $(XF86VMLIBDIR) $(XF86DGALIBDIR) \
$(XF86RUSHLIBDIR) $(XMULIBDIR) $(XMUULIBDIR) $(XPMLIBDIR) \
- $(XAW6LIBDIR) $(XAWLIBDIR) $(XINPUTLIBDIR) \
+ $(XPRINTLIBDIRS) $(XAW6LIBDIR) $(XAWLIBDIR) $(XINPUTLIBDIR) \
$(XTSTLIBDIR) $(FSLIBDIR) $(XKBLIBDIR) \
- $(XKBUILIBDIR) $(LBXUTILDIR) $(XALIBDIR) $(XPRINTLIBDIR) \
+ $(XKBUILIBDIR) $(LBXUTILDIR) $(XALIBDIR) \
$(XVLIBDIR) $(GLXLIBDIR) $(GLULIBDIR) $(GLWLIBDIR) \
$(DPSLIBDIR) $(DPSTKLIBDIR) $(PSRESLIBDIR) $(XINERAMADIR) \
$(ZLIBDIR) $(REGEXDIR) $(RENDERLIBDIR) $(FREETYPE2BUILDDIR) \
- Previous message: [xorg-commit-diffs] xc/extras/freetype2/include/freetype/config
ftoption.h, 1.1.4.2, 1.1.4.3
- Next message: [xorg-commit-diffs] xc/lib/Xaw Print.h, NONE, 1.1.4.1 PrintSP.h,
NONE, 1.1.4.1 PrintShell.c, NONE, 1.1.4.1 AllWidgets.c,
1.1.4.2, 1.1.4.3 Imakefile, 1.1.4.3, 1.1.4.4 XawI18n.h,
1.1.4.3, 1.1.4.4 XawInit.c, 1.1.4.2, 1.1.4.3 XawInit.h,
1.1.4.3, 1.1.4.4 sharedlib.c, 1.1, 1.1.4.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list