mirror of
https://git.yoctoproject.org/poky
synced 2026-02-16 05:33:03 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
338 B
BlitzBasic
17 lines
338 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
PR = "r1"
|
|
LICENSE= "MIT"
|
|
DESCRIPTION = "X Server Extension library"
|
|
SECTION = "x11/libs"
|
|
PRIORITY = "optional"
|
|
DEPENDS = "xproto virtual/libx11 xextensions"
|
|
PROVIDES = "xext"
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xext"
|
|
S = "${WORKDIR}/Xext"
|
|
|
|
inherit autotools pkgconfig
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|