From 2b132068b12a284103a4a68764c3e6721877710a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 19 Feb 2010 15:20:49 -0700 Subject: xdm: need to pass paths to wtmp/utmp, bump PR --- recipes/xorg-app/xdm_1.1.9.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes/xorg-app') diff --git a/recipes/xorg-app/xdm_1.1.9.bb b/recipes/xorg-app/xdm_1.1.9.bb index eb153b1da9..b9bd743fe8 100644 --- a/recipes/xorg-app/xdm_1.1.9.bb +++ b/recipes/xorg-app/xdm_1.1.9.bb @@ -1,10 +1,14 @@ require xorg-app-common.inc PE = "1" +PR = "r1" DESCRIPTION = "X display manager" DEPENDS += " libxmu libxinerama libxpm libxdmcp libxau virtual/libx11 libxext libxdmcp libxt libxaw" -EXTRA_OECONF += " --with-random-device=/dev/urandom" +EXTRA_OECONF += "\ + --with-random-device=/dev/urandom --with-utmp-file=/var/run/utmp \ + --with-wtmp-file=/var/log/wtmp \ + " FILES_${PN}-dbg += "${libdir}/X11/xdm/.debug/*" -- cgit v1.2.3