summaryrefslogtreecommitdiff
path: root/X11.tmpl
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2010-04-22 22:43:39 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2010-04-24 19:53:25 +0200
commit245bf35aa111b0aace9d4de3e81c07f68776c9d4 (patch)
treee124c40ae1f43f9eb5ca5ddae66d518add2aac87 /X11.tmpl
parente042d1e888893f61deb1d3b30f89bd6196ac9169 (diff)
Remove libXp from XawClientLibs
libXaw has lost Xp support some times ago. Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'X11.tmpl')
-rw-r--r--X11.tmpl18
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