summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-21 15:41:37 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-21 15:41:37 +0000
commit414f10d9cd304ad410eaab1faeb9bec6db99a254 (patch)
tree8d69e7a40d7fbcc6f1841a360df8606e27ed92eb
parent110b58cc4b1fe556937d0cc10c21e8d378bf557f (diff)
downloadxorg-lib-libdmx-414f10d9cd304ad410eaab1faeb9bec6db99a254.tar.gz
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
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e69de29..f21b648 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,5 @@
+2005-06-21 Alexander Gottwald <ago at freedesktop dot org>
+
+ * configure.ac
+ Add missing xext.pc and xextproto.pc
+
diff --git a/configure.ac b/configure.ac
index bf38257..08cb79f 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 dmxproto)
+PKG_CHECK_MODULES(DEP, x11 xext xextproto dmxproto)
AC_SUBST(DEP_CFLAGS)
AC_SUBST(DEP_LIBS)