mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 13:13:02 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
18 lines
350 B
BlitzBasic
18 lines
350 B
BlitzBasic
LICENSE = "GPL"
|
|
PV = "0.0+cvs${SRCDATE}"
|
|
SECTION = "x11/libs"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "virtual/libx11 recordext libxext"
|
|
PROVIDES = "xtst"
|
|
DESCRIPTION = "X Test Extension: client side library"
|
|
PR = "r3"
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xtst"
|
|
S = "${WORKDIR}/Xtst"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|