aboutsummaryrefslogtreecommitdiffstats
path: root/packages/xlibs/libxdmcp_1.0.0.bb
blob: 4ba746369f386c1b32b4b5cb3107c47400b85f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "X Display Manager Control Protocol library."
SECTION = "x11/libs"
PRIORITY = "optional"
#MAINTAINER = ""
LICENSE= "MIT"

DEPENDS = "xproto util-macros"
PROVIDES = "xdmcp"

SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/libXdmcp-${PV}.tar.bz2"
S = "${WORKDIR}/libXdmcp-${PV}"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}