diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-21 15:41:36 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-21 15:41:36 +0000 |
commit | dd829239e989de7b7affc504fc29da673d1d46d5 (patch) | |
tree | e8e278322e0dca037eb95a751e57de5af4465b2b | |
parent | ea1bfd2bef80ed33740916dfc8118ca8ac94a0eb (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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 859e967..28e1c44 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 videoproto) +PKG_CHECK_MODULES(DEP, x11 xext xextproto videoproto) AC_SUBST(DEP_CFLAGS) AC_SUBST(DEP_LIBS) |