diff options
Diffstat (limited to 'recipes/xorg-app')
-rw-r--r-- | recipes/xorg-app/xdm_1.1.9.bb | 6 |
1 files changed, 5 insertions, 1 deletions
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/*" |