[PATCH imake-cf] Remove libXp from XawClientLibs
Matthieu Herrb
matthieu.herrb at laas.fr
Thu Apr 22 13:47:35 PDT 2010
libXaw has lost Xp support some times ago.
Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
---
X11.tmpl | 18 +++---------------
1 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/X11.tmpl b/X11.tmpl
index 28c8f61..f119fc6 100644
--- a/X11.tmpl
+++ b/X11.tmpl
@@ -3929,21 +3929,13 @@ ProjectUnsharedLibReferences(XKBUI,xkbui,$(XKBUILIBSRC),XBuildLibDir)
#endif
#ifndef ExtraXawReqs
-# if BuildXaw
-# define ExtraXawReqs $(XPLIB)
-# else
-# define ExtraXawReqs /**/
-# endif
+# define ExtraXawReqs /**/
#endif
EXTRAXAWREQS = ExtraXawReqs
#ifndef ExtraXawClientDepLibs
-# if BuildXaw
-# define ExtraXawClientDepLibs $(DEPXPLIB)
-# else
-# define ExtraXawClientDepLibs /**/
-# endif
+# define ExtraXawClientDepLibs /**/
#endif
EXTRAXAWCLIENTDEPLIBS = ExtraXawClientDepLibs
@@ -3953,11 +3945,7 @@ EXTRAXAWCLIENTDEPLIBS = ExtraXawClientDepLibs
#endif
#ifndef ExtraXawClientLibs
-# if BuildXaw
-# define ExtraXawClientLibs $(XPLIB)
-# else
-# define ExtraXawClientLibs /**/
-# endif
+# define ExtraXawClientLibs /**/
#endif
EXTRAXAWCLIENTLIBS = ExtraXawClientLibs
--
1.6.5.7
--
Matthieu Herrb
More information about the xorg-devel
mailing list