From 6037c9961261c02efb70f5ebfb4d9cdbdc97226f Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Sat, 12 Jan 2013 15:46:00 +0200 Subject: [PATCH] Fix build to properly use wayland cflags --- 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 -- 1.7.10.4