packagegroup-core-x11.bb 725 B

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # Copyright (C) 2011 Intel Corporation
  3. #
  4. inherit packagegroup features_check
  5. REQUIRED_DISTRO_FEATURES = "x11"
  6. PACKAGES = "${PN} ${PN}-utils"
  7. # backwards compatibility for xserver-common
  8. VIRTUAL-RUNTIME_xserver_common ?= ""
  9. # elsa, xserver-nodm-init
  10. VIRTUAL-RUNTIME_graphical_init_manager ?= "xserver-nodm-init"
  11. SUMMARY = "X11 display server and basic utilities"
  12. RDEPENDS:${PN} = "\
  13. ${PN}-xserver \
  14. ${PN}-utils \
  15. "
  16. SUMMARY:${PN}-utils = "X11 basic utilities and init"
  17. RDEPENDS:${PN}-utils = "\
  18. ${VIRTUAL-RUNTIME_xserver_common} \
  19. ${VIRTUAL-RUNTIME_graphical_init_manager} \
  20. xauth \
  21. xhost \
  22. xset \
  23. xrandr \
  24. xmodmap \
  25. xdpyinfo \
  26. xinput-calibrator \
  27. dbus-x11 \
  28. "