diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 12:52:44 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-06-09 12:52:44 +0000 |
commit | 1279a7f95e654bb33c9057e25a291e2a093f2dee (patch) | |
tree | b7b146d08b03495b020cdb8d3dca371e450834ed | |
parent | 9c36643810a7e837f325970ddd5964bbff4971b6 (diff) |
Require renderproto instead of render for pkgconfig
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |