diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:23:55 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:23:55 +0000 |
commit | 65950aabe5efa774854151786e78c612f7ade0c1 (patch) | |
tree | e93c13898e5e1384465b845a697ba450dd4e17c5 /meta/packages/matchbox-wm-2 | |
parent | 9723000872f433493cb23e2e29cbf28b1357d396 (diff) | |
download | openembedded-core-65950aabe5efa774854151786e78c612f7ade0c1.tar.gz openembedded-core-65950aabe5efa774854151786e78c612f7ade0c1.tar.bz2 openembedded-core-65950aabe5efa774854151786e78c612f7ade0c1.zip |
matchbox-wm-2: added missing dependency on gtk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4780 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-wm-2')
-rw-r--r-- | meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb index 1584f3d585..a5ef27ae19 100644 --- a/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb +++ b/meta/packages/matchbox-wm-2/matchbox-wm-2_svn.bb @@ -1,7 +1,7 @@ SECTION = "x11/wm" DESCRIPTION = "Matchbox window manager" LICENSE = "GPL" -DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite" +DEPENDS = "virtual/libx11 libxext libxrender startup-notification expat gconf pango libxdamage libxcomposite gtk+" PV = "0.0+svnr${SRCREV}" PR = "r1" |