/compute_module/bcm_usbboot/buildroot/package/enlightenment/Config.in

https://gitlab.com/akshay-vijaykumar/Team_Ahava · Autoconf · 34 lines · 27 code · 2 blank · 5 comment · 6 complexity · 3aca91a577061eed0c9c305f20eb1214 MD5 · raw file

  1. config BR2_PACKAGE_ENLIGHTENMENT
  2. bool "enlightenment"
  3. # libevas-generic-loaders-svg -> librsvg -> glib2 / pango
  4. depends on BR2_USE_WCHAR
  5. depends on BR2_INSTALL_LIBSTDCPP
  6. # libedbus -> dbus
  7. # libedbus -> glib2, libevas
  8. depends on BR2_TOOLCHAIN_HAS_THREADS
  9. # libedbus -> dbus, efl libraries
  10. depends on BR2_USE_MMU
  11. depends on BR2_PACKAGE_EFL
  12. depends on BR2_PACKAGE_XORG7
  13. # libevas-generic-loaders-svg -> librsvg -> pango -> harfbuzz
  14. depends on BR2_TOOLCHAIN_HAS_SYNC_4
  15. select BR2_PACKAGE_EFL_X_XLIB
  16. select BR2_PACKAGE_EFL_JPEG # needed at runtime by enlightenment_start
  17. select BR2_PACKAGE_EFL_PNG # needed at runtime by enlightenment_start
  18. select BR2_PACKAGE_ELEMENTARY
  19. select BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS
  20. select BR2_PACKAGE_LIBEVAS_GENERIC_LOADERS_SVG
  21. select BR2_PACKAGE_XCB_UTIL_KEYSYMS
  22. help
  23. Enlightenment, also known simply as E, is a stacking window
  24. manager for the X Window System which can be used alone or
  25. in conjunction with a desktop environment such as GNOME or
  26. KDE. Enlightenment can be used as a substitute for a full
  27. desktop environment.
  28. http://www.enlightenment.org/
  29. comment "enlightenment needs a toolchain w/ wchar, C++, threads"
  30. depends on BR2_PACKAGE_EFL && BR2_PACKAGE_XORG7 && BR2_USE_MMU
  31. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
  32. depends on BR2_TOOLCHAIN_HAS_SYNC_4