From 1279a7f95e654bb33c9057e25a291e2a093f2dee Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Thu, 9 Jun 2005 12:52:44 +0000 Subject: Require renderproto instead of render for pkgconfig --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0e0fed1..4ff1206 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-09 Alexander Gottwald + + * configure.ac: + Require renderproto instead of render for pkgconfig + 2005-01-16 Chris Larson * 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 -- cgit v1.2.3