Mesa (9.1): st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.

Carl Worth cworth at kemper.freedesktop.org
Sat Oct 5 03:54:03 UTC 2013


Module: Mesa
Branch: 9.1
Commit: 15204c38404a1b4c1e89076ac0a55b0dd45982a3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=15204c38404a1b4c1e89076ac0a55b0dd45982a3

Author: Johannes Obermayr <johannesobermayr at gmx.de>
Date:   Tue Sep 10 23:36:47 2013 +0200

st/gbm: Add $(WAYLAND_CFLAGS) for HAVE_EGL_PLATFORM_WAYLAND.

(cherry picked from commit 87ebbe1270e203259f6036edc1d846f77fdfa61b)

---

 src/gallium/state_trackers/gbm/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/gbm/Makefile.am b/src/gallium/state_trackers/gbm/Makefile.am
index 70c5f77..b113d0d 100644
--- a/src/gallium/state_trackers/gbm/Makefile.am
+++ b/src/gallium/state_trackers/gbm/Makefile.am
@@ -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
 




More information about the mesa-commit mailing list