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

Jeremy Huddleston jeremyhu at apple.com
Tue Aug 16 17:28:57 PDT 2011


Reviewed-by; Jeremy Huddleston <jeremyhu at apple.com>

On Aug 16, 2011, at 16:05, Alan Coopersmith wrote:

> 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
> 
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel
> 



More information about the xorg-devel mailing list