libcec: drop cec-framework patch

This commit is contained in:
MilhouseVH
2020-04-01 18:59:01 +01:00
parent 5511096957
commit 44295a7584
2 changed files with 2 additions and 888 deletions

View File

@@ -29,8 +29,9 @@ if [ "$DISPLAYSERVER" = "x11" ]; then
fi
if [ "$CEC_FRAMEWORK_SUPPORT" = "yes" ]; then
PKG_PATCH_DIRS="cec-framework"
PKG_CMAKE_OPTS_TARGET="$PKG_CMAKE_OPTS_TARGET -DHAVE_LINUX_API=1"
else
PKG_CMAKE_OPTS_TARGET="$PKG_CMAKE_OPTS_TARGET -DHAVE_LINUX_API=0"
fi
pre_configure_target() {