summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-30 12:19:09 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-30 12:19:09 +0000
commit4c53f5f702a735b2ee20f86a5b898f999296cb5c (patch)
tree9852f30818d5854b10479a49da1d5e6b2a38fe6e
parentd3dcbf6f834d50ea5ba2e530e9b37dd6b29473aa (diff)
add missing check for xext.pc
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 52619d6..bf6531b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
-PKG_CHECK_MODULES(DEP, x11 xt trapproto)
+PKG_CHECK_MODULES(DEP, x11 xt trapproto xext xextproto)
AC_SUBST(DEP_CFLAGS)
AC_SUBST(DEP_LIBS)