From: Bernd Kuhls Date: Sat, 23 Jan 2016 09:44:57 +0000 (+0100) Subject: package/tvheadend: enable optional support for libhdhomerun X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c29fe24ee9540a7fa22dd9b2fcce4ea49d9080be;p=buildroot.git package/tvheadend: enable optional support for libhdhomerun Signed-off-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk index 43ff979a19..11f882aa97 100644 --- a/package/tvheadend/tvheadend.mk +++ b/package/tvheadend/tvheadend.mk @@ -39,6 +39,13 @@ else TVHEADEND_CONF_OPTS += --disable-dvbcsa 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) TVHEADEND_DEPENDENCIES += libiconv endif