blob: 33e321e5321ffd001bce9c757e4655a204c9070e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "GPL"
DESCRIPTION = "Transparent xcursor theme for handheld systems"
SECTION = "x11/base"
PR="r2"
SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \
file://use-relative-symlinks.patch;patch=1 \
file://fix_watch_cursor.patch;patch=1"
FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*"
inherit autotools
PACKAGE_ARCH = "all"
|