[Mesa-dev] [PATCH] add wayland cflags when building wayland-egl

Benjamin Franzke benjaminfranzke at googlemail.com
Sun Jan 29 07:54:45 PST 2012


Thanks, commited.

2012/1/29  <juan.j.zhao at linux.intel.com>:
> From: Juan Zhao <juan.j.zhao at linux.intel.com>
>
> to fix the header file missing when building wayland-egl
> ---
>  src/egl/wayland/wayland-egl/Makefile.am |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/src/egl/wayland/wayland-egl/Makefile.am b/src/egl/wayland/wayland-egl/Makefile.am
> index a19a5fc..7d20a1a 100644
> --- a/src/egl/wayland/wayland-egl/Makefile.am
> +++ b/src/egl/wayland/wayland-egl/Makefile.am
> @@ -1,7 +1,8 @@
>  pkgconfigdir = $(libdir)/pkgconfig
>  pkgconfig_DATA = wayland-egl.pc
>
> -AM_CFLAGS = $(DEFINES)
> +AM_CFLAGS = $(DEFINES) \
> +           $(WAYLAND_CFLAGS)
>
>  lib_LTLIBRARIES = libwayland-egl.la
>  noinst_HEADERS = wayland-egl-priv.h
> --
> 1.7.2.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list