[Buildroot] [PATCH 2/2] Add orc package

Peter Korsgaard jacmet at uclibc.org
Fri Feb 4 21:53:02 UTC 2011


>>>>> "Felipe" == Felipe Contreras <felipe.contreras at gmail.com> writes:

 Felipe> And add GStreamer dependencies (although they are not strong).

If it isn't a hard dependency, then you shouldn't enforce it by
unconditionally adding it to *_DEPENDENCIES.

Instead, make sure it gets build before gst-plugins-* if it is
enabled. See how we handle E.G. optional openssl support in a bunch of
packages:

ifeq ($(BR2_PACKAGE_OPENSSL),y)
        HOSTAPD_DEPENDENCIES += openssl
..

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list