libpng: bump to version 1.6.23
[buildroot-gz.git] / package / elementary / Config.in
blobf3567847311d80f9b7799c247b8122e7fb71a534
1 config BR2_PACKAGE_ELEMENTARY
2         bool "elementary"
3         depends on BR2_PACKAGE_EFL
4         depends on BR2_TOOLCHAIN_HAS_THREADS # elm_store.c
5         depends on !BR2_STATIC_LIBS
6         help
7           Elementary is a widget toolkit and EFL wrapper and convenience
8           library to make it easy to build applications and tools with UIs
9           with less code.
11           https://enlightenment.org
13 comment "elementary needs a toolchain w/ threads, dynamic library"
14         depends on BR2_PACKAGE_EFL
15         depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS