Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency
@ 2015-10-12 20:09 Bernd Kuhls
  2015-10-12 20:09 ` [Buildroot] [PATCH 2/2] package/tvheadend: bump version Bernd Kuhls
  2015-10-12 20:35 ` [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Bernd Kuhls @ 2015-10-12 20:09 UTC (permalink / raw)
  To: buildroot

Dbus is an optional dependency for tvheadend:
https://github.com/tvheadend/tvheadend/commit/9c7b6047d2e3040e14cdba89f46d8acb2a36a115

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/tvheadend/tvheadend.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index db4ee3a..b901c4e 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -18,6 +18,10 @@ ifeq ($(BR2_PACKAGE_AVAHI),y)
 TVHEADEND_DEPENDENCIES += avahi
 endif
 
+ifeq ($(BR2_PACKAGE_DBUS),y)
+TVHEADEND_DEPENDENCIES += dbus
+endif
+
 ifeq ($(BR2_PACKAGE_FFMPEG),y)
 TVHEADEND_DEPENDENCIES += ffmpeg
 TVHEADEND_CONF_OPTS += --enable-libav
-- 
2.6.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-12 20:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-12 20:09 [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Bernd Kuhls
2015-10-12 20:09 ` [Buildroot] [PATCH 2/2] package/tvheadend: bump version Bernd Kuhls
2015-10-12 20:36   ` Thomas Petazzoni
2015-10-12 20:35 ` [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox