From: Nedim Lisica Date: Sun, 9 Dec 2012 17:18:10 +0000 (+0100) Subject: Added /opt/vc/include/interface/vmcs_host/linux to rpi_cflags to fix building on... X-Git-Tag: upstream/2.2.0~1^2~6^2~22^2 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=3671569235896a7ed448384ea6777a981fd49be9 Added /opt/vc/include/interface/vmcs_host/linux to rpi_cflags to fix building on 'next' firmware branch --- diff --git a/configure.ac b/configure.ac index b179677..3b61291 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ AC_ARG_ENABLE([rpi], AC_ARG_WITH([rpi-include-path], [AS_HELP_STRING([--with-rpi-include-path], [location of the Raspberry Pi headers (location of /opt/vc/include, default is auto)])], - [RPI_CFLAGS="-I$withval -I$withval/interface/vcos/pthreads"]) + [RPI_CFLAGS="-I$withval -I$withval/interface/vcos/pthreads -I$withval/interface/vmcs_host/linux"]) ## Optional path to libbcm_host.so AC_ARG_WITH([rpi-lib-path],