st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.
authorJohannes Obermayr <johannesobermayr@gmx.de>
Tue, 10 Sep 2013 21:36:47 +0000 (23:36 +0200)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 11 Sep 2013 17:50:34 +0000 (10:50 -0700)
src/gallium/state_trackers/gbm/Makefile.am

index 70c5f7705de88106ba1a0e7ba4946a460dcda371..b113d0d03e540d0938c0a1845ee0ead84cde8f40 100644 (file)
@@ -27,6 +27,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/src/gbm/main \
        -I$(top_srcdir)/include
 if HAVE_EGL_PLATFORM_WAYLAND
+AM_CFLAGS += $(WAYLAND_CFLAGS)
 AM_CPPFLAGS += -DHAVE_WAYLAND_PLATFORM
 endif