xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/xinit_1.4.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunrequire xorg-app-common.inc
2*4882a593Smuzhiyun
3*4882a593SmuzhiyunSUMMARY = "X Window System initializer"
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunDESCRIPTION = "The xinit program is used to start the X Window System \
6*4882a593Smuzhiyunserver and a first client program on systems that cannot start X \
7*4882a593Smuzhiyundirectly from /etc/init or in environments that use multiple window \
8*4882a593Smuzhiyunsystems. When this first client exits, xinit will kill the X server and \
9*4882a593Smuzhiyunthen terminate."
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=18f01e7b39807bebe2b8df101a039b68"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunPE = "1"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunSRC_URI += "file://0001-Make-manpage-multilib-identical.patch"
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunSRC_URI[md5sum] = "6d506ab2efc17a08e87778654e099d37"
18*4882a593SmuzhiyunSRC_URI[sha256sum] = "de9b8f617b68a70f6caf87da01fcf0ebd2b75690cdcba9c921d0ef54fa54abb9"
19*4882a593Smuzhiyun
20*4882a593SmuzhiyunEXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunPACKAGECONFIG ??= "rxvt"
23*4882a593SmuzhiyunPACKAGECONFIG[rxvt] = "--with-xterm=rxvt,,,rxvt-unicode"
24*4882a593Smuzhiyun
25*4882a593SmuzhiyunRDEPENDS:${PN} += "util-linux-mcookie"
26