[PATCH app-transset] config: add dependency on xproto

Alan Coopersmith alan.coopersmith at oracle.com
Fri Jan 20 12:39:39 PST 2012


On 01/20/12 12:06 PM, Gaetan Nadon wrote:
> transSet.c includes<X11/Xatom.h>
>
> Signed-off-by: Gaetan Nadon<memsize at videotron.ca>
> ---
>   configure.ac |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 135ecde..efe6cea 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -17,7 +17,7 @@ XORG_MACROS_VERSION(1.8)
>   XORG_DEFAULT_OPTIONS
>
>   # Obtain compiler/linker options for the transset dependencies
> -PKG_CHECK_MODULES(TRANSSET, x11)
> +PKG_CHECK_MODULES(TRANSSET, xproto x11)
>
>   AC_CONFIG_FILES([
>   	Makefile

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list