diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-30 00:23:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-30 00:23:36 +0000 |
commit | dbdf8af05eb0127406d079d19b3df570e7314f78 (patch) | |
tree | f94ce5724ec2f591998482aa5d5bbb0091ccf0c8 | |
parent | 94699388bfbb69fea1eb712325a03d1e30c2e6fc (diff) |
add matchbox-applet-inputmanager and gpe-clock to DEPENDS and RDEPENDS
BKrev: 40e20808ui9kl2XhBejXJZ82sjKmdA
-rw-r--r-- | gpe-session-scripts/gpe-session-scripts_0.61.oe | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gpe-session-scripts/gpe-session-scripts_0.61.oe b/gpe-session-scripts/gpe-session-scripts_0.61.oe index 43cebde728..2aba12602d 100644 --- a/gpe-session-scripts/gpe-session-scripts_0.61.oe +++ b/gpe-session-scripts/gpe-session-scripts_0.61.oe @@ -1,11 +1,13 @@ +PR = "r1" + inherit gpe DESCRIPTION = "GPE session startup scripts" SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Philip Blundell <pb@handhelds.org>" -RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-question" -# more rdepends: keylaunch ipaq-sleep apmd blueprobe gpe-clock -DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question" +RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-question gpe-clock matchbox-applet-inputmanager" +# more rdepends: keylaunch ipaq-sleep apmd blueprobe +DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock" SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-session-scripts-${PV}.tar.gz" |