aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2015-05-03 22:01:21 +0200
committerLars Op den Kamp <lars@opdenkamp.eu>2015-05-03 22:01:21 +0200
commitbe8f33d1468a295612b914eca8b59aa87cb67e8d (patch)
treee9e049a2247006fdde84bb307b98629e80456bb7 /configure.ac
parentf74f8c9803f54873fe31410c859d992d61f5a251 (diff)
[cec] bump to libCEC 3.0.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f4af4e17c0..cf1821216d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1672,9 +1672,9 @@ if test "x$use_libcec" != "xno"; then
# libcec is dyloaded, so we need to check for its headers and link any depends.
if test "x$use_libcec" != "xno"; then
if test "x$use_libcec" != "xauto"; then
- PKG_CHECK_MODULES([CEC],[libcec >= 2.1.0],,[use_libcec="no";AC_MSG_ERROR($libcec_disabled)])
+ PKG_CHECK_MODULES([CEC],[libcec >= 3.0.0],,[use_libcec="no";AC_MSG_ERROR($libcec_disabled)])
else
- PKG_CHECK_MODULES([CEC],[libcec >= 2.1.0],,[use_libcec="no";AC_MSG_RESULT($libcec_disabled)])
+ PKG_CHECK_MODULES([CEC],[libcec >= 3.0.0],,[use_libcec="no";AC_MSG_RESULT($libcec_disabled)])
fi
if test "x$use_libcec" != "xno"; then