diff options
author | Julien Cristau <jcristau@debian.org> | 2011-04-26 18:36:48 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2011-04-26 18:36:48 +0200 |
commit | b1def38874735ca15025edd0d3776387fddeb7f3 (patch) | |
tree | 475648e4580b5cf5c3f23974b127a4cc2119135a | |
parent | d8d86bc4d1f8c38d7ee7a9e127e43c6892a6033d (diff) |
link against -lXt directly
We use Xt, let's check for it explicitly in configure along with the
other libs.
Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a5bfbc1..1261eac 100644 --- a/configure.ac +++ b/configure.ac @@ -38,9 +38,8 @@ XORG_DEFAULT_OPTIONS AC_CONFIG_HEADERS([config.h]) # Checks for pkg-config packages -PKG_CHECK_MODULES(OCLOCK, x11 xmu xext) +PKG_CHECK_MODULES(OCLOCK, x11 xmu xext xt) -PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` AC_ARG_WITH(appdefaultdir, AS_HELP_STRING([--with-appdefaultdir=<pathname>], |