blob: 4fd7e949c4c5e33d1f88c9d7f303587e1f142ee7 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Xcursor: X Cursor management library"
2
3DESCRIPTION = "Xcursor is a simple library designed to help locate and \
4load cursors. Cursors can be loaded from files or memory. A library of \
5common cursors exists which map to the standard X cursor names. Cursors \
6can exist in several sizes and the library automatically picks the best \
7size."
8
9require xorg-lib-common.inc
Patrick Williams03907ee2022-05-01 06:28:52 -050010SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.xz"
Brad Bishop19323692019-04-05 15:28:33 -040011
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000012LICENSE = "MIT"
Patrick Williams03907ee2022-05-01 06:28:52 -050013LIC_FILES_CHKSUM = "file://COPYING;md5=dbf3bd0f2348eeccd0f217146ba26250"
Brad Bishop19323692019-04-05 15:28:33 -040014
15DEPENDS += "libxrender libxfixes"
16
17PE = "1"
18
19XORG_PN = "libXcursor"
20
Patrick Williams03907ee2022-05-01 06:28:52 -050021SRC_URI[sha256sum] = "46c143731610bafd2070159a844571b287ac26192537d047a39df06155492104"
Brad Bishop19323692019-04-05 15:28:33 -040022
23BBCLASSEXTEND = "native nativesdk"