diff options
Diffstat (limited to 'recipes/matchbox-common/matchbox_0.9.bb')
-rw-r--r-- | recipes/matchbox-common/matchbox_0.9.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes/matchbox-common/matchbox_0.9.bb b/recipes/matchbox-common/matchbox_0.9.bb new file mode 100644 index 0000000000..701c2bc302 --- /dev/null +++ b/recipes/matchbox-common/matchbox_0.9.bb @@ -0,0 +1,7 @@ +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" +SECTION = "x11/wm" +PACKAGES= "${PN}" +ALLOW_EMPTY = "1" |