[Buildroot] [PATCH 09/10] urg: make sdl support optional

Peter Korsgaard jacmet at uclibc.org
Sun Jan 19 20:31:29 UTC 2014


>>>>> "Samuel" == Samuel Martin <s.martin49 at gmail.com> writes:

 > Only enable SDL support if SDL and SDL_net are already enabled in the
 > configuration.

 > Signed-off-by: Samuel Martin <s.martin49 at gmail.com>
 > ---
 >  package/urg/Config.in |  5 ++---
 >  package/urg/urg.mk    | 10 +++++++---
 >  2 files changed, 9 insertions(+), 6 deletions(-)

 > diff --git a/package/urg/Config.in b/package/urg/Config.in
 > index ded8204..232f4c4 100644
 > --- a/package/urg/Config.in
 > +++ b/package/urg/Config.in
 > @@ -1,11 +1,10 @@
 >  config BR2_PACKAGE_URG
 >  	bool "urg"
 >  	depends on BR2_INSTALL_LIBSTDCPP
 > -	select BR2_PACKAGE_SDL
 > -	select BR2_PACKAGE_SDL_NET
 >  	help
 >  	  Library to control Hokuyo's URG series sensors.
 > -	  Requires SDL & SDL_net.
 > +
 > +	  If SDL and SDL_net are enable, SDL support will be automatically added.

Committed with this line dropped as pointed out by Yann, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list