diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-26 09:55:44 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-09-26 09:55:44 -0700 |
commit | 19f177db7c50aac512761ddbd79c0344d7dc04de (patch) | |
tree | 24f13cedd694016aaf40a2bcd08f9a978ea9b3fb | |
parent | 5dc3873019dfc20f923f18ab73248d7b7ecefce2 (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.ac | 2 |
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>], |