xinit_1.4.3.bb 824 B

12345678910111213141516171819202122232425
  1. require xorg-app-common.inc
  2. SUMMARY = "X Window System initializer"
  3. DESCRIPTION = "The xinit program is used to start the X Window System \
  4. server and a first client program on systems that cannot start X \
  5. directly from /etc/init or in environments that use multiple window \
  6. systems. When this first client exits, xinit will kill the X server and \
  7. then terminate."
  8. LIC_FILES_CHKSUM = "file://COPYING;md5=18f01e7b39807bebe2b8df101a039b68"
  9. PE = "1"
  10. SRC_URI += "file://0001-Make-manpage-multilib-identical.patch"
  11. SRC_URI_EXT = "xz"
  12. SRC_URI[sha256sum] = "86409f21a6a31148d2c1c17bf5f2d904eb5ef455f9dc67c49fbd0c10ab18fd5a"
  13. EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie \
  14. --with-xterm=x-terminal-emulator"
  15. RDEPENDS:${PN} += "util-linux-mcookie"
  16. RRECOMMENDS:${PN} += "virtual-x-terminal-emulator"