b1635082ab98b603f0366ff4eb96ec72c0ea0d68
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / efl / libedje / Config.in
1 comment "libedje needs a toolchain w/ threads"
2         depends on !BR2_TOOLCHAIN_HAS_THREADS
3
4 config BR2_PACKAGE_LIBEDJE
5         bool "libedje"
6         select BR2_PACKAGE_LIBEINA
7         select BR2_PACKAGE_LIBEET
8         select BR2_PACKAGE_LIBECORE
9         select BR2_PACKAGE_LIBECORE_EVAS
10         select BR2_PACKAGE_LIBEMBRYO
11         select BR2_PACKAGE_LIBEVAS
12         select BR2_PACKAGE_LUA
13         depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
14         help
15           A graphical layout and animation library for animated
16           resizable, compressed and scalable themes.
17
18           http://trac.enlightenment.org/e/wiki/Edje
19
20 if BR2_PACKAGE_LIBEDJE
21
22 config BR2_PACKAGE_LIBEDJE_CC
23         bool "build edje_cc"
24         help
25           Build and install the Edje compiler for the target. Normally this
26           is not required.
27
28 endif