diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-29 15:04:55 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-06-29 15:04:55 +0000 |
commit | 2e49eaa50bbcdd10ce8eadb3c97bea08ac98fd80 (patch) | |
tree | c35282d2afcb54da6ac375dd9a27276137966c2f /packages/matchbox-panel | |
parent | 526ba8e8f58cb5b3890e87e128cb4cd9fcd90074 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/06/29 17:04:35+02:00 utwente.nl!koen
matchbox-panel_0.9.2.bb: fix depends and icons for HW integral, courtesy Florian Boor
BKrev: 42c2b897xzkh3w81fws8pFOn4UwqFw
Diffstat (limited to 'packages/matchbox-panel')
-rw-r--r-- | packages/matchbox-panel/matchbox-panel_0.9.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/matchbox-panel/matchbox-panel_0.9.2.bb b/packages/matchbox-panel/matchbox-panel_0.9.2.bb index 1b94761335..5559929141 100644 --- a/packages/matchbox-panel/matchbox-panel_0.9.2.bb +++ b/packages/matchbox-panel/matchbox-panel_0.9.2.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" -DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel" +DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel wireless-tools" SECTION = "x11/wm" -PR="r1" +PR="r2" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz" @@ -16,6 +16,7 @@ EXTRA_OECONF_append_h3900 = " --enable-small-icons " EXTRA_OECONF_append_collie = " --enable-small-icons " EXTRA_OECONF_append_poodle = " --enable-small-icons " EXTRA_OECONF_append_mnci = " --enable-small-icons " +EXTRA_OECONF_append_integral = " --enable-small-icons " FILES_${PN} = "${bindir} \ ${datadir}/applications \ |