diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-27 22:06:29 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-27 22:06:29 +0000 |
commit | 8c1b8a34d4fcc892999b211c390afeed17d7700b (patch) | |
tree | fce873e1757f117d39fdaed9e9b1a3de761530a6 /xcursor-transparent-theme | |
parent | e3fdda5ba9c72502772c4ac296ef8e2d933b06fa (diff) |
remove redundant {R}DEPENDS; use ${datadir} rather than hardcoded prefix
BKrev: 4106d1e5YvtiEmX7UcsQVmc2ifUNYw
Diffstat (limited to 'xcursor-transparent-theme')
-rw-r--r-- | xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.oe | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.oe b/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.oe index e69de29bb2..6ca6375150 100644 --- a/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.oe +++ b/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.oe @@ -0,0 +1,7 @@ +DESCRIPTION = "Transparent xcursor theme for handheld systems" + +SRC_URI = "http://matchbox.handhelds.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ + file://use-relative-symlinks.patch;patch=1" +FILES_${PN} = "${datadir}/icons/xcursor-transparent/cursors/*" + +inherit autotools |