summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-28 21:39:20 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-28 21:39:20 -0700
commit2770432c982373624a34b61f8abae100ece19886 (patch)
tree66840c725229a682d84feab3350faeffd7983dd1
parentfafbd548d2177d0e91b69fa5bf705bfff3923972 (diff)
Remove render from PKG_CHECK_MODULES list
No direct calls to libXrender functions or #includes of Xrender headers Fixes Solaris ld -z guidance warning: ld: guidance: removal of unused dependency recommended: libXrender.so.1 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 2d83282..7ba6446 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XEV, [xrandr >= 1.2 xrender x11 xproto >= 7.0.17])
+PKG_CHECK_MODULES(XEV, [xrandr >= 1.2 x11 xproto >= 7.0.17])
AC_CONFIG_FILES([
Makefile