aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app/xdm_1.1.9.bb
blob: a6796b5a333b7ecef2765ec6e9cda2b77db6d4a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require xorg-app-common.inc
DESCRIPTION = "X display manager"
DEPENDS += " libxmu libxinerama libxpm libxdmcp libxau libxext libxdmcp libxt libxaw"
PE = "1"
PR = "${INC_PR}.0"

SRC_URI[archive.md5sum] = "030ae4bd9b8d428749d68bfdf56ce8a5"
SRC_URI[archive.sha256sum] = "e7b1db0e1b0d0113a301d94e40b0314e55f7e0006415f50a9cf06f636b11b134"

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/*"