diff options
-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 00de77a..cbc3b52 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) |