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

(cherry picked from commit 87ebbe1270)
This commit is contained in:
Johannes Obermayr 2013-09-10 23:36:47 +02:00 committed by Carl Worth
parent c8ae770068
commit dfcc8caf25

View 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