blob: 159ac4f7fa4a641f9fb5fed8699de81d9b9809a2 [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 Williams44b3caf2024-04-12 16:51:14 -050021SRC_URI[sha256sum] = "53d071bd2cc56e517a30998d5e685c8a74556ddada43c6985d14da9a023a88ee"
Brad Bishop19323692019-04-05 15:28:33 -040022
23BBCLASSEXTEND = "native nativesdk"