From: Koen Kooi Date: Wed, 29 Jun 2005 15:04:55 +0000 (+0000) Subject: Merge bk://oe-devel@oe-devel.bkbits.net/openembedded X-Git-Tag: Release-2010-05/1~9453^2~4290 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e49eaa50bbcdd10ce8eadb3c97bea08ac98fd80;p=openembedded.git 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 --- 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 \