[PATCH] src/Makefile.am: correct compile failure for launcher-util.c

Kristian Høgsberg hoegsberg at gmail.com
Mon Nov 25 11:23:55 PST 2013


On Mon, Nov 25, 2013 at 03:22:50PM +0800, Xiong Zhang wrote:
> The following error message is generated during compile
> In file included from launcher-util.c:43:0:
> compositor.h:35:28: fatal error: wayland-server.h: No such file or directory
>  #include <wayland-server.h>
> 
> Signed-off-by: Xiong Zhang <xiong.y.zhang at intel.com>

Thanks, committed.

Kristian

> ---
>  src/Makefile.am |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 92afae8..e05d278 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -53,7 +53,7 @@ libsession_helper_la_SOURCES =			\
>  	weston-launch.h				\
>  	launcher-util.c				\
>  	launcher-util.h
> -libsession_helper_la_CFLAGS = $(GCC_CFLAGS) $(LIBDRM_CFLAGS) $(PIXMAN_CFLAGS)
> +libsession_helper_la_CFLAGS = $(GCC_CFLAGS) $(LIBDRM_CFLAGS) $(PIXMAN_CFLAGS) $(COMPOSITOR_CFLAGS)
>  libsession_helper_la_LIBADD = $(LIBDRM_LIBS)
>  
>  if ENABLE_DBUS
> -- 
> 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