From: Eric Anholt Date: Mon, 31 Jul 2017 21:35:53 +0000 (-0700) Subject: broadcom: Add missing libexpat cflags for the decoder. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=463de32b952383c793836ab828851a2a7274ed5c;p=mesa.git broadcom: Add missing libexpat cflags for the decoder. 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. --- diff --git a/src/broadcom/Makefile.am b/src/broadcom/Makefile.am index cbcd970ecbb..9ebfe4584bf 100644 --- 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 =