From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] package/tvheadend: add dbus as optional dependency
Date: Mon, 12 Oct 2015 22:35:19 +0200 [thread overview]
Message-ID: <20151012223519.3b352aed@free-electrons.com> (raw)
In-Reply-To: <1444680585-31135-1-git-send-email-bernd.kuhls@t-online.de>
Dear Bernd Kuhls,
On Mon, 12 Oct 2015 22:09:44 +0200, Bernd Kuhls wrote:
> 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
Can you use --enable-dbus-1 / --disable-dbus-1 ? This way, if the
BR2_PACKAGE_DBUS=y but the detection fails, the build will error out.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2015-10-12 20:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151012223519.3b352aed@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.