diff options
author | Pekka Vuorela <[email protected]> | 2013-01-12 15:46:00 +0200 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-12 16:02:30 +0100 |
commit | 09a00a141f8cf1cac1a8907df4f9c1cb1edd939c (patch) | |
tree | f237c1a7431c64f14cf2c282fbb4894ffb0a95bc | |
parent | 3c3a2b51b85a90cfe670e1ca81ce86c8fa0d448d (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]>
-rw-r--r-- | 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 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 |