mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 14:02:22 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
333 B
BlitzBasic
17 lines
333 B
BlitzBasic
PV = "0.0+cvs${SRCDATE}"
|
|
LICENSE = "MIT-X"
|
|
SECTION = "x11/libs"
|
|
DEPENDS = "xproto virtual/libx11 xextensions"
|
|
DESCRIPTION = "X Input extension library."
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${FREEDESKTOP_CVS}/xlibs;module=Xi \
|
|
file://autofoo.patch;patch=1"
|
|
S = "${WORKDIR}/Xi"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|