mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
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
|
||||
bool "SDL2_gfx"
|
||||
bool "sdl2_gfx"
|
||||
depends on BR2_PACKAGE_SDL2
|
||||
help
|
||||
The SDL2_gfx library is an extension to the SDL2 library
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user