Config.in 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. config BR2_PACKAGE_LIBECORE
  2. bool "libecore"
  3. select BR2_PACKAGE_LIBEINA
  4. help
  5. Ecore is the event/X abstraction layer that makes doing
  6. selections, Xdnd, general X stuff, event loops, timeouts and
  7. idle handlers fast, optimized, and convenient.
  8. http://trac.enlightenment.org/e/wiki/Ecore
  9. if BR2_PACKAGE_LIBECORE
  10. config BR2_PACKAGE_LIBECORE_DIRECTFB
  11. bool "libecore DirectFB support"
  12. depends on BR2_PACKAGE_DIRECTFB
  13. default y
  14. config BR2_PACKAGE_LIBECORE_FB
  15. bool "libecore framebuffer support"
  16. config BR2_PACKAGE_LIBECORE_SDL
  17. bool "libecore SDL support"
  18. select BR2_PACKAGE_SDL
  19. config BR2_PACKAGE_LIBECORE_X
  20. bool "libecore X support"
  21. depends on BR2_PACKAGE_XORG7
  22. select BR2_PACKAGE_XLIB_LIBX11
  23. select BR2_PACKAGE_XLIB_LIBXEXT
  24. config BR2_PACKAGE_LIBECORE_X_XCB
  25. bool "libecore XCB support"
  26. depends on BR2_PACKAGE_XORG7
  27. select BR2_PACKAGE_LIBXCB
  28. select BR2_PACKAGE_XLIB_LIBX11
  29. select BR2_PACKAGE_XCB_UTIL
  30. config BR2_PACKAGE_LIBECORE_EVAS
  31. bool "libecore Evas support"
  32. select BR2_PACKAGE_LIBEVAS
  33. endif # BR2_PACKAGE_LIBECORE