mirror of
https://git.yoctoproject.org/poky
synced 2026-03-30 17:02:22 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@607 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
314 B
BlitzBasic
16 lines
314 B
BlitzBasic
SECTION = "libs"
|
|
DEPENDS = "renderext virtual/libx11"
|
|
DESCRIPTION = "X Render extension library."
|
|
LICENSE = "BSD"
|
|
PR = "r1"
|
|
|
|
SRC_URI = "${XLIBS_MIRROR}/libXrender-${PV}.tar.bz2 \
|
|
file://autofoo.patch;patch=1"
|
|
S = "${WORKDIR}/libXrender-${PV}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|