summaryrefslogtreecommitdiffstats
path: root/package/sdl_image
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:13:51 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:13:51 +0200
commit84d8cf9fbe8f83e7bcea289442f36cd2d445aca8 (patch)
treeea56c4dac62a67e1703b623ad991c7c24d1377fa /package/sdl_image
parent512e9b4046c93825c59431e94ca9aebc2f53d7a4 (diff)
downloadbuildroot-84d8cf9fbe8f83e7bcea289442f36cd2d445aca8.tar.gz
buildroot-84d8cf9fbe8f83e7bcea289442f36cd2d445aca8.zip
package/sdl_image: reduce the length of option prompts
It's really not necessary to have each option for the different file formats named "enable XYZ file format support". Saying "XYZ support" is sufficient. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sdl_image')
-rw-r--r--package/sdl_image/Config.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/package/sdl_image/Config.in b/package/sdl_image/Config.in
index 0c4a018798..c719d441bd 100644
--- a/package/sdl_image/Config.in
+++ b/package/sdl_image/Config.in
@@ -11,47 +11,47 @@ menuconfig BR2_PACKAGE_SDL_IMAGE
if BR2_PACKAGE_SDL_IMAGE
config BR2_PACKAGE_SDL_IMAGE_BMP
- bool "enable BMP file format support"
+ bool "BMP support"
default y
config BR2_PACKAGE_SDL_IMAGE_GIF
- bool "enable GIF file format support"
+ bool "GIF support"
config BR2_PACKAGE_SDL_IMAGE_JPEG
- bool "enable JPEG file format support"
+ bool "JPEG support"
select BR2_PACKAGE_JPEG
config BR2_PACKAGE_SDL_IMAGE_LBM
- bool "enable LBM file format support"
+ bool "LBM support"
config BR2_PACKAGE_SDL_IMAGE_PCX
- bool "enable PCX file format support"
+ bool "PCX support"
config BR2_PACKAGE_SDL_IMAGE_PNG
- bool "enable PNG file format support"
+ bool "PNG support"
select BR2_PACKAGE_LIBPNG
config BR2_PACKAGE_SDL_IMAGE_PNM
- bool "enable PNM file format support"
+ bool "PNM support"
config BR2_PACKAGE_SDL_IMAGE_TARGA
- bool "enable TARGA format support"
+ bool "TARGA support"
config BR2_PACKAGE_SDL_IMAGE_TIFF
- bool "enable TIFF file format support"
+ bool "TIFF support"
select BR2_PACKAGE_TIFF
config BR2_PACKAGE_SDL_IMAGE_WEBP
- bool "enable WEBP file format support"
+ bool "WEBP support"
select BR2_PACKAGE_WEBP
config BR2_PACKAGE_SDL_IMAGE_XCF
- bool "enable XCF file format support"
+ bool "XCF support"
config BR2_PACKAGE_SDL_IMAGE_XPM
- bool "enable XPM format support"
+ bool "XPM support"
config BR2_PACKAGE_SDL_IMAGE_XV
- bool "enable XV file format support"
+ bool "XV support"
endif
OpenPOWER on IntegriCloud