Config.in 578 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_LIBEDJE
  2. bool "libedje"
  3. select BR2_PACKAGE_LIBEINA
  4. select BR2_PACKAGE_LIBEET
  5. select BR2_PACKAGE_LIBECORE
  6. select BR2_PACKAGE_LIBECORE_EVAS
  7. select BR2_PACKAGE_LIBEMBRYO
  8. select BR2_PACKAGE_LIBEVAS
  9. select BR2_PACKAGE_LUA
  10. help
  11. A graphical layout and animation library for animated
  12. resizable, compressed and scalable themes.
  13. http://trac.enlightenment.org/e/wiki/Edje
  14. config BR2_PACKAGE_LIBEDJE_CC
  15. bool "build edje_cc"
  16. depends on BR2_PACKAGE_LIBEDJE
  17. help
  18. Build and install the Edje compiler for the target. Normally this
  19. is not required.