diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/matchbox-panel/matchbox-panel.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/matchbox-panel/matchbox-panel.inc b/meta/packages/matchbox-panel/matchbox-panel.inc index 44bbae687..f7d6b9338 100644 --- a/meta/packages/matchbox-panel/matchbox-panel.inc +++ b/meta/packages/matchbox-panel/matchbox-panel.inc @@ -1,9 +1,10 @@ DESCRIPTION = "Matchbox Window Manager Panel" LICENSE = "GPL" DEPENDS = "libmatchbox virtual/libx11 libxext libxpm apmd startup-notification virtual/kernel wireless-tools" +RDEPENDS = "matchbox-common" SECTION = "x11/wm" -PR = "r1" +PR = "r2" inherit autotools pkgconfig gettext |