All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/xbmc: Fix broken variable name
@ 2014-08-27 20:41 Bernd Kuhls
  2014-08-27 20:49 ` Yann E. MORIN
  0 siblings, 1 reply; 9+ messages in thread
From: Bernd Kuhls @ 2014-08-27 20:41 UTC (permalink / raw)
  To: buildroot

BR2_PACKAGE_XBMC_DBUS is provided by package/xbmc/Config.in

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/xbmc/xbmc.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/xbmc/xbmc.mk b/package/xbmc/xbmc.mk
index bdd634e..0bb6724 100644
--- a/package/xbmc/xbmc.mk
+++ b/package/xbmc/xbmc.mk
@@ -64,7 +64,7 @@ XBMC_CONF_ENV += INCLUDES="-I$(STAGING_DIR)/usr/include/interface/vcos/pthreads
 	LIBS="-lvcos -lvchostif"
 endif
 
-ifeq ($(BR2_PACKAGE_DBUS),y)
+ifeq ($(BR2_PACKAGE_XBMC_DBUS),y)
 XBMC_DEPENDENCIES += dbus
 endif
 
-- 
1.7.10.4

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

end of thread, other threads:[~2014-08-28 10:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27 20:41 [Buildroot] [PATCH] package/xbmc: Fix broken variable name Bernd Kuhls
2014-08-27 20:49 ` Yann E. MORIN
2014-08-27 21:11   ` Bernd Kuhls
2014-08-27 21:32   ` Peter Korsgaard
2014-08-27 21:38     ` Yann E. MORIN
2014-08-28  5:38       ` Bernd Kuhls
2014-08-28  6:54         ` Peter Korsgaard
2014-08-28 10:10         ` Yann E. MORIN
2014-08-28  6:52       ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.