xcursor-transparent-theme: make it machine independent (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3536 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-01-18 13:26:02 +00:00
parent 82a4bfc913
commit 66576a053d
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
LICENSE = "GPL"
DESCRIPTION = "Transparent xcursor theme for handheld systems"
SECTION = "x11/base"
PR="r1"
PR="r2"
SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \
file://use-relative-symlinks.patch;patch=1 \
@ -9,3 +9,5 @@ SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-$
FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*"
inherit autotools
PACKAGE_ARCH = "all"