[PATCH 2/2] libxext: Remove dependancy on libXau
Peter Hutterer
peter.hutterer at who-t.net
Mon Jun 22 17:00:47 PDT 2009
On Sat, Jun 06, 2009 at 05:23:08AM +1000, Paul TBBle Hampson wrote:
> No symbols from Xau appear to be being used in libXext
> ---
> configure.ac | 2 +-
> xext.pc.in | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 20751ec..e663848 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -35,7 +35,7 @@ AC_PROG_CC
> XORG_CWARNFLAGS
>
> # Checks for pkg-config packages
> -PKG_CHECK_MODULES(XEXT, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.5] xau)
> +PKG_CHECK_MODULES(XEXT, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.5])
> XEXT_CFLAGS="$CWARNFLAGS $XEXT_CFLAGS"
> AC_SUBST(XEXT_CFLAGS)
> AC_SUBST(XEXT_LIBS)
> diff --git a/xext.pc.in b/xext.pc.in
> index de49ce6..cf93701 100644
> --- a/xext.pc.in
> +++ b/xext.pc.in
> @@ -7,6 +7,6 @@ Name: Xext
> Description: Misc X Extension Library
> Version: @PACKAGE_VERSION@
> Requires: xextproto
> -Requires.private: x11 xau
> +Requires.private: x11
> Cflags: -I${includedir}
> Libs: -L${libdir} -lXext
> --
> 1.6.3.1
pushed as d1f3bc77a48c8e42771579e3fdf3370b35d3209d, thanks for the patch!
Cheers,
Peter
More information about the xorg-devel
mailing list