summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-01 00:31:18 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-08-06 21:33:02 -0700
commit3a5f2d5dad2c281e49be2eb3b1cc041bd9ada715 (patch)
tree0a06499993acb502817cae6daf4c139a043b6b29
parent5b4cd1f97f578e6574c905b7630841ced0193fc4 (diff)
Remove unused direct dependency on libXrender
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9920ad9..29b4066 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_PROG_INSTALL
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 xrender x11)
+PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 x11)
AC_SUBST(XRANDR_CFLAGS)
AC_SUBST(XRANDR_LIBS)