diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2010-04-22 22:43:39 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2010-04-24 19:53:25 +0200 |
commit | 245bf35aa111b0aace9d4de3e81c07f68776c9d4 (patch) | |
tree | e124c40ae1f43f9eb5ca5ddae66d518add2aac87 /X11.tmpl | |
parent | e042d1e888893f61deb1d3b30f89bd6196ac9169 (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.tmpl | 18 |
1 files changed, 3 insertions, 15 deletions
@@ -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 |