summaryrefslogtreecommitdiffstats
path: root/package/directfb/Config.in
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2014-09-12 17:50:10 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-09-13 09:22:27 +0200
commitdaf4820c8527c54dfbc44d4982ad04dff9650e04 (patch)
tree4963818626c78a835ce3f8682181a46dba62f218 /package/directfb/Config.in
parentefba6339b5211c1e2c1a3888509e6f020f385c76 (diff)
downloadbuildroot-daf4820c8527c54dfbc44d4982ad04dff9650e04.tar.gz
buildroot-daf4820c8527c54dfbc44d4982ad04dff9650e04.zip
directfb: allow SVG support
DirectFB SVG support rely on Cairo and Cairo depends on DirectFB. Since Cairo DirectFB backend is marked as experimental, this patch choose to disable this backend when DirectFB SVG support is enable. In add, this patch may solve some tricky situations between DirectFB and Cairo (see http://sysmic.org/~jezz/results/c2f11fc0) and improve build reproducibility. [Peter: propagate atomics dependency, needs libsvg-cairo, add cairo includes] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/directfb/Config.in')
-rw-r--r--package/directfb/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index e3c93a12ef..d53f7567e1 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -125,6 +125,12 @@ config BR2_PACKAGE_DIRECTFB_PNG
default y
select BR2_PACKAGE_LIBPNG
+config BR2_PACKAGE_DIRECTFB_SVG
+ bool "enable SVG support"
+ depends on BR2_ARCH_HAS_ATOMICS # cairo
+ default y
+ select BR2_PACKAGE_LIBSVG_CAIRO
+
config BR2_PACKAGE_DIRECTFB_DITHER_RGB16
bool "enable advanced dithering of RGB16 surfaces"
help
OpenPOWER on IntegriCloud