[Mesa-dev] [PATCH] gbm : Fix build for wayland include

Pekka Paalanen ppaalanen at gmail.com
Tue Jul 31 01:03:05 PDT 2012


On Mon, 30 Jul 2012 12:02:06 -0400
Kristian Høgsberg <hoegsberg at gmail.com> wrote:

> On Thu, Jul 19, 2012 at 01:54:05PM +0900, Elvis Lee wrote:
> > backends/gbm_dri.c fails to find wayland-server.h.
> 
> Thanks, pushed.

Yeah thanks, the build works for me too, now.

> > Signed-off-by: Elvis Lee <kwangwoong.lee at lge.com>
> > ---
> >  src/gbm/Makefile.am |    1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/src/gbm/Makefile.am b/src/gbm/Makefile.am
> > index 5ca2839..f079da1 100644
> > --- a/src/gbm/Makefile.am
> > +++ b/src/gbm/Makefile.am
> > @@ -22,6 +22,7 @@ libgbm_la_LIBADD = $(LIBUDEV_LIBS) $(DLOPEN_LIBS)
> >  
> >  if HAVE_EGL_PLATFORM_WAYLAND
> >  AM_CPPFLAGS = -DHAVE_WAYLAND_PLATFORM
> > +AM_CFLAGS += $(WAYLAND_CFLAGS)
> >  endif


More information about the mesa-dev mailing list