summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
index 8e87f63037..33e321e532 100644
--- a/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
+++ b/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb
@@ -1,7 +1,7 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2DESCRIPTION = "Transparent xcursor theme for handheld systems" 2DESCRIPTION = "Transparent xcursor theme for handheld systems"
3SECTION = "x11/base" 3SECTION = "x11/base"
4PR="r1" 4PR="r2"
5 5
6SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ 6SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \
7 file://use-relative-symlinks.patch;patch=1 \ 7 file://use-relative-symlinks.patch;patch=1 \
@@ -9,3 +9,5 @@ SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-$
9FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" 9FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*"
10 10
11inherit autotools 11inherit autotools
12
13PACKAGE_ARCH = "all"