diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/matchbox-common/matchbox_0.9.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/matchbox-common/matchbox_0.9.1.bb b/meta/packages/matchbox-common/matchbox_0.9.1.bb index a74e6d1398..3c8ae510e1 100644 --- a/meta/packages/matchbox-common/matchbox_0.9.1.bb +++ b/meta/packages/matchbox-common/matchbox_0.9.1.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Metapackage for Matchbox suite" LICENSE = "GPL" -DEPENDS = "matchbox-common matchbox-wm matchbox-panel matchbox-desktop" -RDEPENDS = "matchbox-common matchbox-wm matchbox-panel matchbox-desktop" +DEPENDS = "matchbox-common matchbox-wm matchbox-panel-2 matchbox-desktop" +RDEPENDS = "matchbox-common matchbox-wm matchbox-panel-2 matchbox-desktop" SECTION = "x11/wm" PACKAGES= "${PN}" ALLOW_EMPTY = 1 +PR="r2" |