blob: 82c0b0d8335a1b46b8192be29da27225aa5c7c57 [file] [log] [blame]
Andrew Geissler517393d2023-01-13 08:55:19 -06001require xorg-app-common.inc
2
3SUMMARY = "X Window System initializer"
4
5DESCRIPTION = "The xinit program is used to start the X Window System \
6server and a first client program on systems that cannot start X \
7directly from /etc/init or in environments that use multiple window \
8systems. When this first client exits, xinit will kill the X server and \
9then terminate."
10
11LIC_FILES_CHKSUM = "file://COPYING;md5=18f01e7b39807bebe2b8df101a039b68"
12
13PE = "1"
14
15SRC_URI += "file://0001-Make-manpage-multilib-identical.patch"
16
17SRC_URI_EXT = "xz"
18
19SRC_URI[sha256sum] = "b7d8dc8d22ef9f15985a10b606ee4f2aad6828befa437359934647e88d331f23"
20
21EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
22
23PACKAGECONFIG ??= "rxvt"
24PACKAGECONFIG[rxvt] = "--with-xterm=rxvt,,,rxvt-unicode"
25
26RDEPENDS:${PN} += "util-linux-mcookie"