From 09a00a141f8cf1cac1a8907df4f9c1cb1edd939c Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Sat, 12 Jan 2013 15:46:00 +0200 Subject: [PATCH] winsys/sw/wayland: Fix build to properly use wayland cflags Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59281 Reviewed-by: Andreas Boll --- src/gallium/winsys/sw/wayland/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4