diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-02-19 15:20:49 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-02-19 15:20:49 -0700 |
commit | 2b132068b12a284103a4a68764c3e6721877710a (patch) | |
tree | 7d5f4f9f16aca7f26927c62187c921fafe017b6f /recipes | |
parent | 40eae518118907dbbf8096a1eb646511ec27bc6f (diff) |
xdm: need to pass paths to wtmp/utmp, bump PR
Diffstat (limited to 'recipes')
-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/*" |