mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
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:
committed by
Thomas Petazzoni
parent
299741c485
commit
050ca88db3
@@ -14,6 +14,13 @@ ifeq ($(BR2_PACKAGE_AVAHI),y)
|
||||
TVHEADEND_DEPENDENCIES += avahi
|
||||
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)
|
||||
TVHEADEND_DEPENDENCIES += libiconv
|
||||
endif
|
||||
@@ -30,6 +37,7 @@ define TVHEADEND_CONFIGURE_CMDS
|
||||
--cpu="$(BR2_GCC_TARGET_CPU)" \
|
||||
--python="$(HOST_DIR)/usr/bin/python" \
|
||||
--disable-dvbscan \
|
||||
$(TVHEADEND_CONF_OPTS) \
|
||||
)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user