blob: a03081b8adc5a076e10b10240992e47409713cf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PV = "0.0+cvs${SRCDATE}"
LICENSE = "XFree86"
SECTION = "x11/libs"
DEPENDS = "x11 xext xxf86dgaext"
DESCRIPTION = "Xxf86dga extension library."
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xxf86dga"
S = "${WORKDIR}/Xxf86dga"
inherit autotools pkgconfig
do_stage() {
oe_libinstall -so -a libXxf86dga ${STAGING_LIBDIR}
}
|