mirror of
https://git.yoctoproject.org/poky
synced 2026-04-24 21:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@341 311d38ba-8fff-0310-9ca6-ca027cbcb966
17 lines
369 B
BlitzBasic
17 lines
369 B
BlitzBasic
SECTION = "x11/libs"
|
|
LICENSE= "BSD-X"
|
|
DEPENDS = "libx11 compositeext xextensions libxfixes"
|
|
PROVIDES = "xcomposite"
|
|
DESCRIPTION = "X Composite extension library."
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${XLIBS_MIRROR}/libXcomposite-${PV}.tar.bz2 \
|
|
file://autofoo.patch;patch=1"
|
|
S = "${WORKDIR}/libXcomposite-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|