The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / efl / libedje / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libedje/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/efl/libedje/Config.in
new file mode 100644 (file)
index 0000000..b163508
--- /dev/null
@@ -0,0 +1,28 @@
+comment "libedje needs a toolchain w/ threads"
+       depends on !BR2_TOOLCHAIN_HAS_THREADS
+
+config BR2_PACKAGE_LIBEDJE
+       bool "libedje"
+       select BR2_PACKAGE_LIBEINA
+       select BR2_PACKAGE_LIBEET
+       select BR2_PACKAGE_LIBECORE
+       select BR2_PACKAGE_LIBECORE_EVAS
+       select BR2_PACKAGE_LIBEMBRYO
+       select BR2_PACKAGE_LIBEVAS
+       select BR2_PACKAGE_LUA
+       depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
+       help
+         A graphical layout and animation library for animated
+         resizable, compressed and scalable themes.
+
+         http://trac.enlightenment.org/e/wiki/Edje
+
+if BR2_PACKAGE_LIBEDJE
+
+config BR2_PACKAGE_LIBEDJE_CC
+       bool "build edje_cc"
+       help
+         Build and install the Edje compiler for the target. Normally this
+         is not required.
+
+endif