diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-23 19:39:15 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-04-23 19:39:15 +0000 |
commit | fc8380fa2c5fe0e29c762902c0890536e697cc8f (patch) | |
tree | c74632f889063cb996e2b8f5182ef95718d4b387 | |
parent | 042a2702a65d814e412e4d899d4c857ce3818f18 (diff) |
libXaw doesn't depend on libXp anymore.
-rw-r--r-- | util/cf/X11.tmpl | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/util/cf/X11.tmpl b/util/cf/X11.tmpl index 12a07ab57..e29dd9e05 100644 --- a/util/cf/X11.tmpl +++ b/util/cf/X11.tmpl @@ -3928,21 +3928,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 @@ -3952,11 +3944,7 @@ EXTRAXAWCLIENTDEPLIBS = ExtraXawClientDepLibs #endif #ifndef ExtraXawClientLibs -# if BuildXaw -# define ExtraXawClientLibs $(XPLIB) -# else -# define ExtraXawClientLibs /**/ -# endif +# define ExtraXawClientLibs /**/ #endif EXTRAXAWCLIENTLIBS = ExtraXawClientLibs |