task-x11-illume.bb 536 B

1234567891011121314151617181920212223
  1. DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment."
  2. SECTION = "x11/wm"
  3. LICENSE = "MIT"
  4. LIC_FILES_CHKSUM = "file://${TOPDIR}/meta-openembedded/meta-efl/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  5. PV = "1.0"
  6. PR = "r2"
  7. # WORK IN PROGRESS
  8. inherit task
  9. # Default theme and config
  10. ETHEME ?= "e-wm-theme-default"
  11. ECONFIG ?= "e-wm-config-illume2"
  12. RDEPENDS_${PN} = "\
  13. task-x11-server \
  14. task-x11-utils \
  15. \
  16. e-wm \
  17. ${ECONFIG} \
  18. ${ETHEME} \
  19. "