X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=9b2ac344b039b3455052cb30fe99b9b3c81c40ad;hb=93efea2abf014deb8e64a74ec1ff21486def4ae3;hp=b1796775b2f7a4b83c46793a2a9fa9b1b7ea9959;hpb=e2b8f1ca47e1ff9579d6b92072556ada8cb1465e;p=deb_libcec.git diff --git a/configure.ac b/configure.ac index b179677..9b2ac34 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([libcec], [2:0:0], [http://libcec.pulse-eight.com/]) +AC_INIT([libcec], [2:1:0], [http://libcec.pulse-eight.com/]) AC_CONFIG_HEADERS([config.h]) AH_TOP([#pragma once]) @@ -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],