[PATCH weston 2/6] xwayland: fix typo on configure libs

Kristian Høgsberg hoegsberg at gmail.com
Tue Jun 5 08:47:35 PDT 2012


On Mon, Jun 04, 2012 at 08:01:44PM +0300, Tiago Vignatti wrote:

Oops, committed.

thanks,
Kristian

> Signed-off-by: Tiago Vignatti <tiago.vignatti at intel.com>
> ---
>  src/xwayland/Makefile.am |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/xwayland/Makefile.am b/src/xwayland/Makefile.am
> index 32f0058..cae8591 100644
> --- a/src/xwayland/Makefile.am
> +++ b/src/xwayland/Makefile.am
> @@ -10,7 +10,7 @@ module_LTLIBRARIES = xwayland.la
>  xwayland = xwayland.la
>  xwayland_la_LDFLAGS = -module -avoid-version
>  xwayland_la_LIBADD =			\
> -	$(XWAYLAND)			\
> +	$(XWAYLAND_LIBS)		\
>  	$(top_builddir)/shared/libshared.la
>  xwayland_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
>  xwayland_la_SOURCES =			\
> -- 
> 1.7.9.5
> 
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel


More information about the wayland-devel mailing list