diff options
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 \ |