blob: 6c64da33d4f13fd411889c0bade164519226d71c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PV = "0.0+cvs${SRCDATE}"
LICENSE = "MIT-X"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "x11 ice"
DESCRIPTION = "Session management library"
PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=SM"
S = "${WORKDIR}/SM"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}
|