and fixed external libcec in configure.in
authorLars Op den Kamp <lars@opdenkamp.eu>
Tue, 11 Oct 2011 17:16:14 +0000 (19:16 +0200)
committerLars Op den Kamp <lars@opdenkamp.eu>
Tue, 11 Oct 2011 17:28:42 +0000 (19:28 +0200)
configure.in

index 092bbd3..e290828 100755 (executable)
@@ -2208,7 +2208,7 @@ XB_CONFIG_MODULE([lib/cpluff], [
 ], [0])
 
 XB_CONFIG_MODULE([lib/libcec], [
-  if test "$use_libcec" = "yes" ; then
+  if test "$use_libcec" = "yes" && test "$use_external_libcec" = "no" ; then
     cd libcec ; ./configure \
       --prefix="${prefix}" --includedir="${includedir}" --libdir="${libdir}" --datadir="${datadir}" \
       --host=$host_alias \