From: Ulf Samuelsson <ulf@atmel.com>
To: buildroot@busybox.net
Subject: [Buildroot] Loop in Config.in Dependencies caused by CAIRO/LIBGTK2/XORG
Date: Wed, 17 Jan 2007 00:38:00 +0100 [thread overview]
Message-ID: <45AD61D8.4070706@atmel.com> (raw)
Setting BR2_PACKAGE_LIBGTK2 will select BR2_PACKAGE_CAIRO
Setting BR2_PACKAGE_CAIRO will select BR2_PACKAGE_XORG
but BR2_PACKAGE_LIBGTK2 depends on BR2_PACKAGE_XORG
This will cause a loop in the dependencies.
We can make BR2_PACKAGE_CAIRO depend on BR2_PACKAGE_XORG,
or we can make BR2_PACKAGE_LIBGTK2 select BR2_PACKAGE_XORG.
Both fixes will break the loop (I tried)
What is the best way (Personally I think the latter)?
Best Regards
Ulf Samuelsson
next reply other threads:[~2007-01-16 23:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-16 23:38 Ulf Samuelsson [this message]
2007-01-17 0:04 ` [Buildroot] Loop in Config.in Dependencies caused by CAIRO/LIBGTK2/XORG Erik Andersen
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=45AD61D8.4070706@atmel.com \
--to=ulf@atmel.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.