diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-15 16:39:30 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-15 16:39:30 +0200 |
commit | ce6da7295aba3b065f13da04ca2d625e7c6de561 (patch) | |
tree | e09738ea14d578404f4bafbe70db95f67ec1860e | |
parent | a0abce838bd3167e44c79b2e235125b9c7aa5f23 (diff) | |
download | buildroot-ce6da7295aba3b065f13da04ca2d625e7c6de561.tar.gz buildroot-ce6da7295aba3b065f13da04ca2d625e7c6de561.zip |
sdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/sdl2_gfx/Config.in | 2 | ||||
-rw-r--r-- | package/sdl2_image/Config.in | 2 | ||||
-rw-r--r-- | package/sdl2_ttf/Config.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/package/sdl2_gfx/Config.in b/package/sdl2_gfx/Config.in index 357647f4a6..f5dafc56f3 100644 --- a/package/sdl2_gfx/Config.in +++ b/package/sdl2_gfx/Config.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 diff --git a/package/sdl2_image/Config.in b/package/sdl2_image/Config.in index 3064f94477..9b4a38354f 100644 --- a/package/sdl2_image/Config.in +++ b/package/sdl2_image/Config.in @@ -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 diff --git a/package/sdl2_ttf/Config.in b/package/sdl2_ttf/Config.in index cb77059ae0..fc870a71c5 100644 --- a/package/sdl2_ttf/Config.in +++ b/package/sdl2_ttf/Config.in @@ -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 |