37 lines
1.0 KiB
Diff
37 lines
1.0 KiB
Diff
|
--- glxgears/Imakefile.orig 2005-10-26 12:50:21.000000000 +0000
|
||
|
+++ glxgears/Imakefile 2005-10-26 12:50:36.000000000 +0000
|
||
|
@@ -2,11 +2,6 @@
|
||
|
XCOMM $XFree86: xc/programs/glxinfo/Imakefile,v 1.3 2001/03/21 20:56:32 dawes Exp $
|
||
|
#include <Threads.tmpl>
|
||
|
|
||
|
-#if BuildXprintLib && BuildXprintClients
|
||
|
- XPRINTLIBS = -lXprintUtil $(XPLIB)
|
||
|
- XPRINTDEFINES = -DBUILD_PRINTSUPPORT
|
||
|
-#endif
|
||
|
-
|
||
|
#if (defined(SunArchitecture) && defined(SVR4Architecture))
|
||
|
RTLIB = -lrt
|
||
|
#endif
|
||
|
--- glxgears.old/Imakefile 2005-11-07 15:01:34.000000000 +0000
|
||
|
+++ glxgears/Imakefile 2005-11-07 15:04:47.000000000 +0000
|
||
|
@@ -6,6 +6,8 @@
|
||
|
RTLIB = -lrt
|
||
|
#endif
|
||
|
|
||
|
+DEPGLXLIB =
|
||
|
+
|
||
|
DEPLIBS = $(DEPGLXLIB) $(DEPXPLIB) $(DEPXLIB)
|
||
|
LOCAL_LIBRARIES = $(GLXLIB) $(XPRINTLIBS) $(XLIB)
|
||
|
DEFINES = $(XPRINTDEFINES)
|
||
|
--- glxinfo.old/Imakefile 2005-11-07 15:01:39.000000000 +0000
|
||
|
+++ glxinfo/Imakefile 2005-11-07 15:06:12.000000000 +0000
|
||
|
@@ -2,6 +2,8 @@
|
||
|
|
||
|
#include <Threads.tmpl>
|
||
|
|
||
|
+DEPGLXLIB =
|
||
|
+
|
||
|
#if BuildGLULibrary
|
||
|
|
||
|
DEPLIBS = $(DEPGLULIB) $(DEPGLXLIB) $(DEPXLIB)
|