blob: 8f0833b402b56f4cad503cb3e4a8be32bbcec6c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PV = "0.0+cvs${SRCDATE}"
LICENSE= "MIT"
PR = "r1"
SECTION = "x11/libs"
PRIORITY = "optional"
DEPENDS = "xproto"
PROVIDES = "xdmcp"
DESCRIPTION = "X Display Manager Control Protocol library."
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xdmcp"
S = "${WORKDIR}/Xdmcp"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}
|