summaryrefslogtreecommitdiffstats
path: root/package/elementary/Config.in
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-19 17:39:14 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-20 14:06:58 +0100
commit820e16856a7ac32c7c8077a07385c075cd5cb6ea (patch)
treeb6da19d0652640caebec71a76b537d7845e26ae9 /package/elementary/Config.in
parent983b74fca799703dc3f22816e82e13bba3e4831b (diff)
downloadbuildroot-820e16856a7ac32c7c8077a07385c075cd5cb6ea.tar.gz
buildroot-820e16856a7ac32c7c8077a07385c075cd5cb6ea.zip
package/elementary: rename libelementary to elementary
The upstream name is elementary so use it. Even if this package provide libelementary.so, it also provide elementary_codegen, elementary_run and elm_prefs_cc tools. Add a legacy entry. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/elementary/Config.in')
-rw-r--r--package/elementary/Config.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/elementary/Config.in b/package/elementary/Config.in
new file mode 100644
index 0000000000..f356784731
--- /dev/null
+++ b/package/elementary/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_ELEMENTARY
+ bool "elementary"
+ depends on BR2_PACKAGE_EFL
+ depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
+ depends on !BR2_STATIC_LIBS
+ help
+ Elementary is a widget toolkit and EFL wrapper and convenience
+ library to make it easy to build applications and tools with UIs
+ with less code.
+
+ https://enlightenment.org
+
+comment "elementary needs a toolchain w/ threads, dynamic library"
+ depends on BR2_PACKAGE_EFL
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
OpenPOWER on IntegriCloud