mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
package/tvheadend: enable optional support for libhdhomerun
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ca7c9d4597
commit
c29fe24ee9
@ -39,6 +39,13 @@ else
|
|||||||
TVHEADEND_CONF_OPTS += --disable-dvbcsa
|
TVHEADEND_CONF_OPTS += --disable-dvbcsa
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBHDHOMERUN),y)
|
||||||
|
TVHEADEND_DEPENDENCIES += libhdhomerun
|
||||||
|
TVHEADEND_CONF_OPTS += --enable-hdhomerun_client
|
||||||
|
else
|
||||||
|
TVHEADEND_CONF_OPTS += --disable-hdhomerun_client
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||||
TVHEADEND_DEPENDENCIES += libiconv
|
TVHEADEND_DEPENDENCIES += libiconv
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user