summaryrefslogtreecommitdiffstats
path: root/package/libgdiplus/Config.in
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@e-labworks.com>2015-11-24 22:15:10 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-17 22:28:05 +0100
commit326b0f37d571e78f36e41b50f8b508ce3842ccda (patch)
tree101d8328d655120461797057f5d67ac86218e108 /package/libgdiplus/Config.in
parent37e7c34aaf74d6115ccfbc0fb233d3e8b016b6fc (diff)
downloadbuildroot-326b0f37d571e78f36e41b50f8b508ce3842ccda.tar.gz
buildroot-326b0f37d571e78f36e41b50f8b508ce3842ccda.zip
libgdiplus: new package
Libgdiplus is an open source implementation of the GDI+ API. [Thomas: remove trailing whitespace.] Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libgdiplus/Config.in')
-rw-r--r--package/libgdiplus/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/package/libgdiplus/Config.in b/package/libgdiplus/Config.in
new file mode 100644
index 0000000000..f860ab3394
--- /dev/null
+++ b/package/libgdiplus/Config.in
@@ -0,0 +1,21 @@
+config BR2_PACKAGE_LIBGDIPLUS
+ bool "libgdiplus"
+ select BR2_PACKAGE_XLIB_LIBXFT
+ select BR2_PACKAGE_LIBGLIB2
+ select BR2_PACKAGE_CAIRO
+ select BR2_PACKAGE_LIBPNG
+ depends on BR2_PACKAGE_XORG7
+ depends on BR2_USE_WCHAR # libglib2 -> gettext
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
+ depends on BR2_USE_MMU # libglib2
+ depends on BR2_ARCH_HAS_ATOMICS # cairo
+ help
+ An Open Source implementation of the GDI+ API.
+
+ https://github.com/mono/libgdiplus
+
+comment "libgdiplus needs a toolchain w/ wchar, threads"
+ depends on BR2_USE_MMU
+ depends on BR2_ARCH_HAS_ATOMICS
+ depends on BR2_PACKAGE_XORG7
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud