sdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2016-07-15 16:39:30 +02:00
parent a0abce838b
commit ce6da7295a
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
config BR2_PACKAGE_SDL2_GFX
bool "SDL2_gfx"
bool "sdl2_gfx"
depends on BR2_PACKAGE_SDL2
help
The SDL2_gfx library is an extension to the SDL2 library

View file

@ -1,5 +1,5 @@
config BR2_PACKAGE_SDL2_IMAGE
bool "SDL2_image"
bool "sdl2_image"
depends on BR2_PACKAGE_SDL2
help
SDL2_image is an image file loading library. It loads images

View file

@ -1,5 +1,5 @@
config BR2_PACKAGE_SDL2_TTF
bool "SDL2_TTF"
bool "sdl2_ttf"
depends on BR2_PACKAGE_SDL2
select BR2_PACKAGE_FREETYPE
help