mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
279 B
BlitzBasic
14 lines
279 B
BlitzBasic
LICENSE = "GPL"
|
|
SECTION = "x11/libs"
|
|
DEPENDS = "virtual/libx11 libxext"
|
|
DESCRIPTION = "X Video extension library."
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xv;date=20040918;method=pserver"
|
|
S = "${WORKDIR}/Xv"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|