summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
diff options
context:
space:
mode:
authorPekka Vuorela <[email protected]>2013-01-12 15:46:00 +0200
committerAndreas Boll <[email protected]>2013-01-12 16:02:30 +0100
commit09a00a141f8cf1cac1a8907df4f9c1cb1edd939c (patch)
treef237c1a7431c64f14cf2c282fbb4894ffb0a95bc /src/gallium/winsys
parent3c3a2b51b85a90cfe670e1ca81ce86c8fa0d448d (diff)
winsys/sw/wayland: Fix build to properly use wayland cflags
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59281 Reviewed-by: Andreas Boll <[email protected]>
Diffstat (limited to 'src/gallium/winsys')
-rw-r--r--src/gallium/winsys/sw/wayland/Makefile.am2
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 8f20751faf2..1f61e58d679 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