blob: b20e499e9d595bd598b078ac868492e3dc72ce07 (
plain)
1
2
3
4
5
6
7
8
9
|
LICENSE = "GPL"
SECTION = "x11/libs"
DEPENDS = "x11 xext"
DESCRIPTION = "X Video extension library."
SRC_URI = "cvs://anoncvs@cvs.freedesktop.org/cvs/xlibs;module=Xv;date=20040918;method=pserver"
S = "${WORKDIR}/Xv"
inherit autotools pkgconfig
|