[PATCH:xfindproxy] xfindproxy only depends on xproto, not x11

Alan Coopersmith alan.coopersmith at oracle.com
Tue Aug 16 16:05:00 PDT 2011


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 at oracle.com>
---
 configure.ac |    2 +-
 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])
-- 
1.7.3.2



More information about the xorg-devel mailing list