diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2009-06-23 13:47:14 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-06-23 13:47:14 +0200 |
commit | b26520ba9055f7101e01206f114c387d0ab157e2 (patch) | |
tree | 7fb04ed331fd28bcc1a31cf77b3968bc1010ce69 /package/directfb/Config.in | |
parent | e22a39fb44e7862de517f35bcbef7acacfb7e4a7 (diff) | |
download | buildroot-novena-b26520ba9055f7101e01206f114c387d0ab157e2.tar.gz buildroot-novena-b26520ba9055f7101e01206f114c387d0ab157e2.zip |
directfb: bump version
Closes #379
update DirectFB to version 1.4.0
A new stable version of DirectFB has been released upstream,
http://directfb.org/index.php?path=Main%2FNews&entry=2009-06-04-1.niels
Attached patch updates the DirectFB package and introduces a BR2
configuration option for the RGB16 dithering feature that is new in
DirectFB 1.4.0.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/directfb/Config.in')
-rw-r--r-- | package/directfb/Config.in | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in index 5a5db46d4..f24b7a11c 100644 --- a/package/directfb/Config.in +++ b/package/directfb/Config.in @@ -66,12 +66,6 @@ config BR2_PACKAGE_DIRECTFB_SERIALMOUSE default y depends on BR2_PACKAGE_DIRECTFB -config BR2_PACKAGE_DIRECTFB_PNG - bool "enable PNG support" - default y - depends on BR2_PACKAGE_DIRECTFB - select BR2_PACKAGE_LIBPNG - config BR2_PACKAGE_DIRECTFB_TSLIB bool "enable touchscreen support" default y @@ -89,3 +83,17 @@ config BR2_PACKAGE_DIRECTFB_JPEG default y depends on BR2_PACKAGE_DIRECTFB select BR2_PACKAGE_JPEG + +config BR2_PACKAGE_DIRECTFB_PNG + bool "enable PNG support" + default y + depends on BR2_PACKAGE_DIRECTFB + select BR2_PACKAGE_LIBPNG + +config BR2_PACKAGE_DIRECTB_DITHER_RGB16 + bool "enable advanced dithering of RGB16 surfaces" + default n + depends on BR2_PACKAGE_DIRECTFB + help + Enable dithering when loading images to RGB16 surfaces. + This increases the data section by 64 KBytes. |