diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-02 10:04:52 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-02 10:04:52 +0000 |
commit | fc88e12aa1fccc2f52e487946537d88196d6bf43 (patch) | |
tree | 4e97c696188b421c1ace31c2246e1284b051e5bf /gpe-icons/gpe-icons_0.24.oe | |
parent | c127d61dece4df52e041e50267c5556f269c5981 (diff) |
fix mixup in DEPENDS
BKrev: 41875bc4mTy1DfufXoTMwKi6V5Snmg
Diffstat (limited to 'gpe-icons/gpe-icons_0.24.oe')
-rw-r--r-- | gpe-icons/gpe-icons_0.24.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gpe-icons/gpe-icons_0.24.oe b/gpe-icons/gpe-icons_0.24.oe index e69de29bb2..0c5e481955 100644 --- a/gpe-icons/gpe-icons_0.24.oe +++ b/gpe-icons/gpe-icons_0.24.oe @@ -0,0 +1,9 @@ +inherit gpe + +DEPENDS = "gtk+" +RDEPENDS = "gdk-pixbuf-loader-png" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +SECTION = "gpe" +DESCRIPTION = "Common icons for GPE" +FILES_${PN} = "${datadir}/gpe" + |