summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/xlibs/libxcursor_1.1.2.bb
blob: 25744c7dca52c4e0c544eaf5b60383b891836140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}