* [Buildroot] Loop in Config.in Dependencies caused by CAIRO/LIBGTK2/XORG
@ 2007-01-16 23:38 Ulf Samuelsson
2007-01-17 0:04 ` Erik Andersen
0 siblings, 1 reply; 2+ messages in thread
From: Ulf Samuelsson @ 2007-01-16 23:38 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Loop in Config.in Dependencies caused by CAIRO/LIBGTK2/XORG
2007-01-16 23:38 [Buildroot] Loop in Config.in Dependencies caused by CAIRO/LIBGTK2/XORG Ulf Samuelsson
@ 2007-01-17 0:04 ` Erik Andersen
0 siblings, 0 replies; 2+ messages in thread
From: Erik Andersen @ 2007-01-17 0:04 UTC (permalink / raw)
To: buildroot
On Wed Jan 17, 2007 at 12:38:00AM +0100, Ulf Samuelsson wrote:
> 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)?
I've made BR2_PACKAGE_LIBGTK2 select BR2_PACKAGE_XORG.
Thanks for reporting the problem.
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-17 0:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-16 23:38 [Buildroot] Loop in Config.in Dependencies caused by CAIRO/LIBGTK2/XORG Ulf Samuelsson
2007-01-17 0:04 ` Erik Andersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox