summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-20 10:41:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-20 10:41:45 -0800
commit9ede32efd5f840b7728e28e24efe2759e2c3917b (patch)
tree7aa10133e35a2b1d6e69d19bdc93512b08b88a9d
parent4be6d1bd7b6293ff4af1042098a6164aa9639595 (diff)
config: Explicitly check for xt & x11 pkgs, since xcalc calls those directly
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ac76261..7230d26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XCALC, xaw7)
+PKG_CHECK_MODULES(XCALC, xaw7 xt x11)
PKG_CHECK_MODULES(APPDEFS, xt)
xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt`