kodi: Explicitly compile in libcec support

Adding this flag prevents silent breakage of CEC support.
This commit is contained in:
Jonathan Rudenberg 2017-02-24 18:22:28 -05:00 committed by Franz Pletz
parent a6dffeecfa
commit 87d294fcdd

View File

@ -100,7 +100,7 @@ in stdenv.mkDerivation rec {
./bootstrap
'';
configureFlags = [ ]
configureFlags = [ "--enable-libcec" ]
++ lib.optional (!sambaSupport) "--disable-samba"
++ lib.optional vdpauSupport "--enable-vdpau"
++ lib.optional pulseSupport "--enable-pulse"