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@gmail.com>
This commit is contained in:
Pekka Vuorela
2013-01-12 15:46:00 +02:00
committed by Andreas Boll
parent 3c3a2b51b8
commit 09a00a141f

View File

@@ -23,7 +23,7 @@
include $(top_srcdir)/src/gallium/Automake.inc
AM_CPPFLAGS = \
$(GALLIUM_CFLAGS)
$(GALLIUM_CFLAGS) \
$(WAYLAND_CFLAGS)
noinst_LTLIBRARIES = libws_wayland.la