summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent9c36643810a7e837f325970ddd5964bbff4971b6 (diff)
downloadxorg-lib-libXrandr-1279a7f95e654bb33c9057e25a291e2a093f2dee.tar.gz
Require renderproto instead of render for pkgconfig
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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