summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-26 09:55:44 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-26 09:55:44 -0700
commit19f177db7c50aac512761ddbd79c0344d7dc04de (patch)
tree24f13cedd694016aaf40a2bcd08f9a978ea9b3fb
parent5dc3873019dfc20f923f18ab73248d7b7ecefce2 (diff)
Add xmu & x11 to PKG_CHECK_MODULES
http://bugs.freedesktop.org/show_bug.cgi?id=24166 Reported by: Bernhard Rosenkraenzer <bero@arklinux.org> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 41a81aa..d76b750 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,7 +35,7 @@ AC_PROG_CC
AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XVIDTUNE, xxf86vm xt xaw7)
+PKG_CHECK_MODULES(XVIDTUNE, xxf86vm xt xaw7 xmu x11)
xt_appdefaultdir=$(pkg-config --variable=appdefaultdir xt)
AC_ARG_WITH(appdefaultdir,
AC_HELP_STRING([--with-appdefaultdir=<pathname>],