package/tvheadend: Add support for libdvbcsa
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
299741c485
commit
050ca88db3
@ -14,6 +14,13 @@ ifeq ($(BR2_PACKAGE_AVAHI),y)
|
|||||||
TVHEADEND_DEPENDENCIES += avahi
|
TVHEADEND_DEPENDENCIES += avahi
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBDVBCSA),y)
|
||||||
|
TVHEADEND_DEPENDENCIES += libdvbcsa
|
||||||
|
TVHEADEND_CONF_OPTS += --enable-dvbcsa
|
||||||
|
else
|
||||||
|
TVHEADEND_CONF_OPTS += --disable-dvbcsa
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||||
TVHEADEND_DEPENDENCIES += libiconv
|
TVHEADEND_DEPENDENCIES += libiconv
|
||||||
endif
|
endif
|
||||||
@ -30,6 +37,7 @@ define TVHEADEND_CONFIGURE_CMDS
|
|||||||
--cpu="$(BR2_GCC_TARGET_CPU)" \
|
--cpu="$(BR2_GCC_TARGET_CPU)" \
|
||||||
--python="$(HOST_DIR)/usr/bin/python" \
|
--python="$(HOST_DIR)/usr/bin/python" \
|
||||||
--disable-dvbscan \
|
--disable-dvbscan \
|
||||||
|
$(TVHEADEND_CONF_OPTS) \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user