[Buildroot] SDL_image, SDL_ttf & Co

Bernhard Fischer rep.nop at aon.at
Sat Nov 25 11:25:56 UTC 2006


On Fri, Nov 24, 2006 at 01:50:12PM +0100, julien.boibessot at free.fr
wrote:
>Hi !
>
>I intend to add SDL_image, SDL_ttf (and probably some other) SDL
>extentions
>support to Buildroot and I'd like to know if the better way is to add
>these
>package generation inside "sdl/sdl.mk" or to create a "package/sdl_xx/"
>directory for each package ?

I'd put it in the existing sdl.mk

then
config BR2_PACKAGE_SDL_IMAGE
	bool "SDL_image"
	depends on BR2_PACKAGE_SDL
	help
	  foo



More information about the buildroot mailing list