From: Lars Op den Kamp Date: Mon, 10 Dec 2012 09:23:00 +0000 (-0800) Subject: Merge pull request #102 from vulpesvelox/rpi_cflags X-Git-Tag: upstream/2.2.0~1^2~6^2~22 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=576bebd2ab4dd03533e765c6a743cbec11c51a4b;hp=e2b8f1ca47e1ff9579d6b92072556ada8cb1465e;p=deb_libcec.git Merge pull request #102 from vulpesvelox/rpi_cflags [RPi] Fixed build 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],