diff options
Diffstat (limited to 'recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb')
-rw-r--r-- | recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb new file mode 100644 index 0000000000..e87a72ab19 --- /dev/null +++ b/recipes/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb @@ -0,0 +1,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" |