summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-08-16 16:03:59 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-08-19 11:20:38 -0700
commitc03c2264ada7c3edc06f7f2f759fcf5f38c2bd1b (patch)
tree575d8cb272330db4bf4d69b60bb421a8f935ce0c
parentba2545d4f5b5a6389be424c50b34eeaf19d46f09 (diff)
xfindproxy only depends on xproto, not x11
It includes <X11/Xos.h>, <X11/Xmd.h>, and <X11/Xfuncs.h>, but does not include any headers or call any functions from libX11. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by; Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index de77e2f..1dfb173 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,6 @@ XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XFINDPROXY, x11 ice xt xproxymngproto)
+PKG_CHECK_MODULES(XFINDPROXY, xproto ice xt xproxymngproto)
AC_OUTPUT([Makefile])