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:
@@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_SDL2_GFX
|
config BR2_PACKAGE_SDL2_GFX
|
||||||
bool "SDL2_gfx"
|
bool "sdl2_gfx"
|
||||||
depends on BR2_PACKAGE_SDL2
|
depends on BR2_PACKAGE_SDL2
|
||||||
help
|
help
|
||||||
The SDL2_gfx library is an extension to the SDL2 library
|
The SDL2_gfx library is an extension to the SDL2 library
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_SDL2_IMAGE
|
config BR2_PACKAGE_SDL2_IMAGE
|
||||||
bool "SDL2_image"
|
bool "sdl2_image"
|
||||||
depends on BR2_PACKAGE_SDL2
|
depends on BR2_PACKAGE_SDL2
|
||||||
help
|
help
|
||||||
SDL2_image is an image file loading library. It loads images
|
SDL2_image is an image file loading library. It loads images
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
config BR2_PACKAGE_SDL2_TTF
|
config BR2_PACKAGE_SDL2_TTF
|
||||||
bool "SDL2_TTF"
|
bool "sdl2_ttf"
|
||||||
depends on BR2_PACKAGE_SDL2
|
depends on BR2_PACKAGE_SDL2
|
||||||
select BR2_PACKAGE_FREETYPE
|
select BR2_PACKAGE_FREETYPE
|
||||||
help
|
help
|
||||||
|
|||||||
Reference in New Issue
Block a user