summaryrefslogtreecommitdiffstats
path: root/package/graphite2/Config.in
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>2015-09-24 11:36:09 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-09-27 23:13:52 +0200
commit80a5956dc02d984aeeb3e80d1f75585bd94609e2 (patch)
tree06e467758f99332ba8ee11cb6f8ab366c6e1dfe9 /package/graphite2/Config.in
parent95a111b3640f1d6708fa24e23e702e078a6afd1b (diff)
downloadbuildroot-80a5956dc02d984aeeb3e80d1f75585bd94609e2.tar.gz
buildroot-80a5956dc02d984aeeb3e80d1f75585bd94609e2.zip
graphite2: new package
[Thomas: - tweak description of the patch - turn the doc/test removal hook as a post patch hook rather than a pre-configure hook.] Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/graphite2/Config.in')
-rw-r--r--package/graphite2/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/graphite2/Config.in b/package/graphite2/Config.in
new file mode 100644
index 0000000000..0ec07a28b2
--- /dev/null
+++ b/package/graphite2/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_GRAPHITE2
+ bool "graphite2"
+ depends on BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_STATIC_LIBS
+ help
+ Graphite is a project within SIL's scripts and software dev
+ groups to provide cross-platform rendering for complex
+ writing systems.
+
+ http://sourceforge.net/projects/silgraphite/
+
+comment "graphite2 needs a toolchain w/ C++, dynamic library"
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud