diff options
author | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-11-11 03:23:20 +0100 |
---|---|---|
committer | Lars Op den Kamp <lars@opdenkamp.eu> | 2011-11-11 20:49:10 +0100 |
commit | c2accf2a2385a3b732d18982a6ad8838b28e8474 (patch) | |
tree | 668fe3a082fff2360b8b10fb55b0388e1ebb11ac /configure.in | |
parent | fb2e7d1e556f724ba9de41546f7bf39d10301bbe (diff) |
cec: updated to libcec 1.1. no longer using a fixed logical address.
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
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" |