From 3671569235896a7ed448384ea6777a981fd49be9 Mon Sep 17 00:00:00 2001 From: Nedim Lisica Date: Sun, 9 Dec 2012 18:18:10 +0100 Subject: [PATCH] Added /opt/vc/include/interface/vmcs_host/linux to rpi_cflags to fix building on 'next' firmware branch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], -- 2.34.1