projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c3a2b5
)
winsys/sw/wayland: Fix build to properly use wayland cflags
author
Pekka Vuorela
<pvuorela@iki.fi>
Sat, 12 Jan 2013 13:46:00 +0000
(15:46 +0200)
committer
Andreas Boll
<andreas.boll.dev@gmail.com>
Sat, 12 Jan 2013 15:02:30 +0000
(16:02 +0100)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59281
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com>
src/gallium/winsys/sw/wayland/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/winsys/sw/wayland/Makefile.am
b/src/gallium/winsys/sw/wayland/Makefile.am
index 8f20751faf2a7c08da6c64bcd7d9ab543af2365b..1f61e58d679941b832c70af39cc9383874d77016 100644
(file)
--- 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