projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
694d59f
)
broadcom: Add missing libexpat cflags for the decoder.
author
Eric Anholt
<eric@anholt.net>
Mon, 31 Jul 2017 21:35:53 +0000
(14:35 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 15 Aug 2017 20:23:54 +0000
(13:23 -0700)
The Raspbian ARMv6 cross compiler wasn't picking up my (amd64) system copy
of the header the way that the system gcc and armhf cross-compile did.
src/broadcom/Makefile.am
patch
|
blob
|
history
diff --git
a/src/broadcom/Makefile.am
b/src/broadcom/Makefile.am
index
cbcd970
..
9ebfe45
100644
(file)
--- a/
src/broadcom/Makefile.am
+++ b/
src/broadcom/Makefile.am
@@
-27,6
+27,9
@@
AM_CPPFLAGS = \
$(VALGRIND_CFLAGS) \
$(DEFINES)
+AM_CFLAGS = \
+ $(EXPAT_CFLAGS)
+
include Makefile.sources
lib_LTLIBRARIES =