aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2011-11-11 03:23:20 +0100
committerLars Op den Kamp <lars@opdenkamp.eu>2011-11-11 20:49:10 +0100
commitc2accf2a2385a3b732d18982a6ad8838b28e8474 (patch)
tree668fe3a082fff2360b8b10fb55b0388e1ebb11ac /configure.in
parentfb2e7d1e556f724ba9de41546f7bf39d10301bbe (diff)
cec: updated to libcec 1.1. no longer using a fixed logical address.
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3a3fbd9840..fa110f87da 100755
--- a/configure.in
+++ b/configure.in
@@ -1161,7 +1161,7 @@ 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
- PKG_CHECK_MODULES([CEC],[libcec >= 1.0.0],,[use_libcec="no";AC_MSG_RESULT($libcec_disabled)])
+ PKG_CHECK_MODULES([CEC],[libcec >= 1.1.0],,[use_libcec="no";AC_MSG_RESULT($libcec_disabled)])
if test "x$use_libcec" != "xno"; then
INCLUDES="$INCLUDES $CEC_CFLAGS"