mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
19 lines
404 B
BlitzBasic
19 lines
404 B
BlitzBasic
SECTION = "x11/libs"
|
|
LICENSE= "BSD-X"
|
|
PRIORITY = "optional"
|
|
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
|
|
DESCRIPTION = "X Cursor library"
|
|
DEPENDS = "libxfixes"
|
|
PR = "r2"
|
|
|
|
SRC_URI = "${XLIBS_MIRROR}/libXcursor-${PV}.tar.bz2 \
|
|
file://autofoo.patch;patch=1"
|
|
S = "${WORKDIR}/libXcursor-${PV}"
|
|
FILES_${PN} += "${libdir}/libXcursor.so"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_stage() {
|
|
autotools_stage_all
|
|
}
|