summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-09 22:01:17 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-07-09 22:01:17 -0700
commit8a7c001b9ca5325e1a566e9af86614753e692fea (patch)
tree8390d7de3bb99e6dcb22cc023a4ce1ba8bc3f4cf
parent8b964692255243aee0fd4c9d69ac479e0e49c842 (diff)
Change PKG_CHECK_MODULES to only use xproto not x11
Doesn't call any libX11 functions, so don't need to link against it. Just #include's several headers from xproto (X.h, Xos.h, Xproto.h, etc.) 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 6a3d2e4..680e289 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,7 +47,7 @@ case $host_os in
esac
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XFWP, x11 ice xproxymngproto)
+PKG_CHECK_MODULES(XFWP, xproto ice xproxymngproto)
AC_SUBST(XFWP_CFLAGS)
AC_SUBST(XFWP_LIBS)