[Buildroot] [PATCH v2] New package: ImLib2

Arnout Vandecappelle arnout at mind.be
Fri Oct 14 08:05:38 UTC 2011


On Friday 14 October 2011 09:51:28, Yegor Yefremov wrote:
> As far as I understand the dependencies should look like this:
> 
> for ImLib2
> 
> depends on BR2_PACKAGE_XORG7 /* because it is some kind of subsystem */
> select BR2_PACKAGE_XLIB_LIBX11
> select BR2_PACKAGE_XLIB_LIBXEXT
> 
> for feh
> 
> depends on BR2_PACKAGE_XORG7 /* because it is some kind of subsystem */
> select BR2_PACKAGE_XLIB_LIBXINERAMA
> select BR2_PACKAGE_XLIB_LIBXT
> 
> Do we agree on this scheme?

 I'm sorry, I have to correct myself again...  In xlib_libXext.mk we can find

XLIB_LIBXEXT_DEPENDENCIES = xlib_libX11 xproto_xextproto xproto_xproto

 Since ImLib2's configure doesn't need to be informed about libX11 directly, that dependency is redundant after all - both in Config.in and in imlib2.mk.

 That said, it doesn't hurt to keep it.

 Regards,
 Arnout
-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  31BB CF53 8660 6F88 345D  54CC A836 5879 20D7 CF43


More information about the buildroot mailing list