diff options
author | Ross Burton <ross@openedhand.com> | 2007-07-05 13:33:37 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-07-05 13:33:37 +0000 |
commit | d13447393b36b5e9ae0065cb77a40ea40596feb1 (patch) | |
tree | 8cc82da14d8052afce50f26883bcbeb2004df7c0 | |
parent | 4c3f0d7db6ad0f586979d7cc92cbb8a7f4bdaf76 (diff) | |
download | openembedded-core-d13447393b36b5e9ae0065cb77a40ea40596feb1.tar.gz openembedded-core-d13447393b36b5e9ae0065cb77a40ea40596feb1.tar.bz2 openembedded-core-d13447393b36b5e9ae0065cb77a40ea40596feb1.zip |
Add matchbox-common dependency
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2114 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 44bbae6870..f7d6b93389 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 |