Mesa (master): winsys/sw/wayland: Fix build to properly use wayland cflags

Andreas Boll ab at kemper.freedesktop.org
Sat Jan 12 15:04:29 UTC 2013


Module: Mesa
Branch: master
Commit: 09a00a141f8cf1cac1a8907df4f9c1cb1edd939c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=09a00a141f8cf1cac1a8907df4f9c1cb1edd939c

Author: Pekka Vuorela <pvuorela at iki.fi>
Date:   Sat Jan 12 15:46:00 2013 +0200

winsys/sw/wayland: Fix build to properly use wayland cflags

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59281
Reviewed-by: Andreas Boll <andreas.boll.dev at gmail.com>

---

 src/gallium/winsys/sw/wayland/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/sw/wayland/Makefile.am b/src/gallium/winsys/sw/wayland/Makefile.am
index 8f20751..1f61e58 100644
--- a/src/gallium/winsys/sw/wayland/Makefile.am
+++ b/src/gallium/winsys/sw/wayland/Makefile.am
@@ -23,7 +23,7 @@
 include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CPPFLAGS = \
-	$(GALLIUM_CFLAGS)
+	$(GALLIUM_CFLAGS) \
 	$(WAYLAND_CFLAGS)
 
 noinst_LTLIBRARIES = libws_wayland.la




More information about the mesa-commit mailing list