]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
xapp_xinit depends on mcookie, not xserver_xorg-server
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 20 Jan 2013 00:31:15 +0000 (00:31 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 20 Jan 2013 20:20:53 +0000 (21:20 +0100)
commit17b85cac50181aea39c35301c69e854e0db77656
tree2985535d9271933e721fb2227067719341742589
parent1a111ffd21473c4862c1ce3404c103ac3a46372d
xapp_xinit depends on mcookie, not xserver_xorg-server

mcookie is not actually used by the Xorg server; it is used by xinit to
generate a xauth cookie before starting the server.

Verified with 'ack-grep -a mcookie build/x*' in an output directory with all
packages selected. The only other package that matches is x11vnc: it does a
runtime check for mcookie and falls back on /dev/random if it's missing.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/xapp_xinit/Config.in
package/x11r7/xserver_xorg-server/Config.in