summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-21 15:41:36 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-21 15:41:36 +0000
commit250934b516532e24e48a9aa93dd389493acc4f53 (patch)
tree4fb1b6bfcc7b5250c0a67bb2ea2a3d10e40096c6 /configure.ac
parentdbedf673f50e0baf6d5af60f60dbd16368071ed4 (diff)
lib/XScrnSaver/configure.ac
lib/XScrnSaver/src/Makefile.am lib/Xfontcache/configure.ac lib/Xfontcache/src/Makefile.am lib/Xinerama/configure.ac lib/Xinerama/src/Makefile.am lib/Xtst/configure.ac lib/Xv/configure.ac lib/XvMC/configure.ac lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to src/Makefile.am
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 38d6386..238bc7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,7 +34,7 @@ AC_PROG_CC
AC_PROG_LIBTOOL
# Check for dependencies
-PKG_CHECK_MODULES(DEP, x11 recordproto xextproto)
+PKG_CHECK_MODULES(DEP, x11 xext recordproto xextproto)
AC_SUBST(DEP_CFLAGS)
AC_SUBST(DEP_LIBS)