Matthieu Herrb wrote: > libXaw has lost Xp support some times ago. > > Signed-off-by: Matthieu Herrb <[email protected]> > --- > 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
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
