winsys/sw/wayland: Fix build to properly use wayland cflags
authorPekka Vuorela <pvuorela@iki.fi>
Sat, 12 Jan 2013 13:46:00 +0000 (15:46 +0200)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Sat, 12 Jan 2013 15:02:30 +0000 (16:02 +0100)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59281
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
src/gallium/winsys/sw/wayland/Makefile.am

index 8f20751faf2a7c08da6c64bcd7d9ab543af2365b..1f61e58d679941b832c70af39cc9383874d77016 100644 (file)
@@ -23,7 +23,7 @@
 include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CPPFLAGS = \
-       $(GALLIUM_CFLAGS)
+       $(GALLIUM_CFLAGS) \
        $(WAYLAND_CFLAGS)
 
 noinst_LTLIBRARIES = libws_wayland.la