sdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 15 Jul 2016 14:39:30 +0000 (16:39 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 15 Jul 2016 14:39:30 +0000 (16:39 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/sdl2_gfx/Config.in
package/sdl2_image/Config.in
package/sdl2_ttf/Config.in

index 357647f4a66594f9a41e12663c96140da8e8fab0..f5dafc56f3fcb6ccecc04ee5d6314f7b59bb4cef 100644 (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
index 3064f944771f73aba13d3d9b2a4c448d20741e0c..9b4a38354f14dedee7df32503c987a99278ce291 100644 (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
index cb77059ae062c0ef0bcae570324852a956805733..fc870a71c5e904b121ec4674cee51609e4b19058 100644 (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