Source: libcec
Severity: normal
Tags: patch

Hi,

libcec has support for Linux API that allows interacting with devices
exposed via "/dev/cec0". The attached patch enables support for this
feature in the package.

Please enable the feature - if possible enabling it in time for the
bullseye release will be ideal.

Thanks,
Punit
>From a78ba8bf9bd08a5aae384e1bc2fafa1c9f36055b Mon Sep 17 00:00:00 2001
From: Punit Agrawal <punitagra...@gmail.com>
Date: Mon, 1 Mar 2021 08:04:58 +0900
Subject: [PATCH] debian/rules: Enable Linux API

libcec has support for the Linux CEC api that enables interaction with
devices that are exposed via "/dev/cec0" on supported systems. Enable
Linux API support in the library to allows users to interact with
media applications using their remote on such systems.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 94a2e030668f..0e330e0279a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ override_dh_auto_configure:
        ln -s /usr/include/cec-platform include/platform && \
        dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 
-DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \
                -DHAVE_EXYNOS_API=1 \
-               -DHAVE_AOCEC_API=1
+               -DHAVE_AOCEC_API=1 \
+               -DHAVE_LINUX_API=1
 
 override_dh_auto_install:
        dh_auto_install
-- 
2.30.0

Reply via email to