summaryrefslogtreecommitdiffstats
path: root/package/ell/Config.in
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2018-11-05 23:04:25 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-08 21:39:57 +0100
commit0c15a3e82e0cf58286ab256829089f36e64f2346 (patch)
tree370f20c127144637a268f7ad33801576d84a09d9 /package/ell/Config.in
parent5244fd29a1096d3b3e947bf3b75b9c9724bdc350 (diff)
downloadbuildroot-0c15a3e82e0cf58286ab256829089f36e64f2346.tar.gz
buildroot-0c15a3e82e0cf58286ab256829089f36e64f2346.zip
ell: new package
Signed-off-by: Peter Seiderer <ps.report@gmx.net> [Thomas: fix Config.in comment dependencies, add DEVELOPERS entry.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/ell/Config.in')
-rw-r--r--package/ell/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/ell/Config.in b/package/ell/Config.in
new file mode 100644
index 0000000000..f27d581f98
--- /dev/null
+++ b/package/ell/Config.in
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_ELL
+ bool "ell"
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
+ depends on !BR2_STATIC_LIBS
+ depends on BR2_USE_WCHAR
+ help
+ Embedded Linux library (ell)
+
+ https://01.org/ell
+
+comment "ell needs a toolchain w/ dynamic library, wchar"
+ depends on BR2_TOOLCHAIN_HAS_SYNC_4
+ depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR
OpenPOWER on IntegriCloud