Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] gvfs: drop dbus-glib dependency
Date: Mon, 18 Jul 2011 23:14:07 +0200	[thread overview]
Message-ID: <8762mz5m1s.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1310576089-9207-2-git-send-email-s.neumann@raumfeld.com> (Sven Neumann's message of "Wed, 13 Jul 2011 18:54:48 +0200")

>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:

 Sven> Drop the dbus-glib dependency as gvfs uses dbus directly.
 Sven> Also change dependency on the XML parser for dbus to be more
 Sven> in sync with the dbus package.

 Sven> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
 Sven> ---
 Sven>  package/gvfs/Config.in |    6 ++++--
 Sven>  package/gvfs/gvfs.mk   |    2 +-
 Sven>  2 files changed, 5 insertions(+), 3 deletions(-)

 Sven> diff --git a/package/gvfs/Config.in b/package/gvfs/Config.in
 Sven> index 04fce93..38eb093 100644
 Sven> --- a/package/gvfs/Config.in
 Sven> +++ b/package/gvfs/Config.in
 Sven> @@ -2,10 +2,9 @@ config BR2_PACKAGE_GVFS
 Sven>  	bool "gvfs"
 Sven>  	depends on BR2_LARGEFILE
 Sven>  	depends on BR2_USE_WCHAR # glib2
 Sven> +	depends on BR2_PACKAGE_EXPAT || BR2_PACKAGE_LIBXML2 # dbus
 Sven>  	select BR2_PACKAGE_LIBGLIB2
 Sven> -	select BR2_PACKAGE_EXPAT # needed by dbus(-glib)
 Sven>  	select BR2_PACKAGE_DBUS
 Sven> -	select BR2_PACKAGE_DBUS_GLIB
 Sven>  	select BR2_PACKAGE_SHARED_MIME_INFO

mconf unfortunately complains about recursive dependencies because of
libxml2, bus as shared-mime-info already selects libxml2 we can drop the
expat || libxml2 and simply select dbus instead.

Committed, thanks.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2011-07-18 21:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-13 16:54 [Buildroot] [PATCH 1/3] gvfs: update to latest upstream version (1.8.2) Sven Neumann
2011-07-13 16:54 ` [Buildroot] [PATCH 2/3] gvfs: drop dbus-glib dependency Sven Neumann
2011-07-18 21:14   ` Peter Korsgaard [this message]
2011-07-13 16:54 ` [Buildroot] [PATCH 3/3] gvfs: fix installation of gsettings schemas Sven Neumann
2011-07-13 17:11   ` Thomas Petazzoni
2011-07-13 19:11     ` Sven Neumann
2011-07-18 21:18   ` Peter Korsgaard
2011-07-18 21:12 ` [Buildroot] [PATCH 1/3] gvfs: update to latest upstream version (1.8.2) Peter Korsgaard

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=8762mz5m1s.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox