diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb index ee7c64d928..6953cccd2c 100644 --- a/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.0.bb @@ -9,9 +9,14 @@ systems. When this first client exits, xinit will kill the X server and \ then terminate." LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407" -PR = "r0" + +PR = "r1" PE = "1" +EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie" + +RDEPENDS_${PN} += "util-linux" + FILES_${PN} += "${libdir}X11/xinit" SRC_URI[md5sum] = "bc4e8b7d1919597cc37a0d24aa149dda"