summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-07-27 19:31:28 -0700
committerAlan Coopersmith <alanc@alf.(none)>2006-07-27 19:31:28 -0700
commitfbcdfef3eb395719a4227b3a410aa0f250bf5cc8 (patch)
tree107a9356d615980393a95de590680317fd555889
parentc4803a6bc8d606f0fb48cae90b46d417c04d1cad (diff)
Add dependency on libX11.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b1a4aa..80cfb11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ else
xprintmodules=""
fi
-PKG_CHECK_MODULES(XDBEDIZZY, xext $xprintmodules)
+PKG_CHECK_MODULES(XDBEDIZZY, $xprintmodules xext x11)
AC_SUBST(XDBEDIZZY_CFLAGS)
AC_SUBST(XDBEDIZZY_LIBS)