summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xcursorgen/xcursorgen_1.0.9.bb
blob: f8e5de755458d6af9090c30c62bd4d0671d529a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "ManishSingh"
LIC_FILES_CHKSUM = "file://COPYING;md5=bd1fb9ee90eead85f7b171807b3ab4f2"

DEPENDS = "libpng libxcursor"

SRC_URI = "http://xorg.freedesktop.org/archive/individual/app/${BPN}-${PV}.tar.xz"
SRC_URI[sha256sum] = "0cc9e156ac84ca16ea902710af35e0faffa51d13797071e3b4b6cc7cbd493bbc"

inherit features_check autotools pkgconfig

REQUIRED_DISTRO_FEATURES = "x11"

BBCLASSEXTEND = "native"