summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-09 12:52:44 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-06-09 12:52:44 +0000
commit1279a7f95e654bb33c9057e25a291e2a093f2dee (patch)
treeb7b146d08b03495b020cdb8d3dca371e450834ed
parent9c36643810a7e837f325970ddd5964bbff4971b6 (diff)
Require renderproto instead of render for pkgconfig
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e0fed1..4ff1206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-09 Alexander Gottwald <ago@freedesktop.org>
+
+ * configure.ac:
+ Require renderproto instead of render for pkgconfig
+
2005-01-16 Chris Larson <kergoth@handhelds.org>
* configure.ac: Fix to work with automake 1.9.x.
diff --git a/configure.ac b/configure.ac
index 7236abc..c86deba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ PKG_CHECK_MODULES(X, x11)
# find the required protocol version
RANDR_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`]
-PKG_CHECK_MODULES(RANDR, randrproto >= $RANDR_VERSION xext xrender render)
+PKG_CHECK_MODULES(RANDR, randrproto >= $RANDR_VERSION xext xrender renderproto)
AC_OUTPUT([Makefile
src/Makefile