aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-02-24 20:55:16 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-24 23:42:16 +0100
commita21a910dde8b330705f0f651d26f9fd8862e9229 (patch)
tree820ba33919e65044e719ece784b1f14c5a436886 /meta-oe
parentfe1963804f0da270201c0745a43549f28a00f565 (diff)
downloadmeta-openembedded-a21a910dde8b330705f0f651d26f9fd8862e9229.tar.gz
openbox: add missing depends
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/openbox/openbox_3.4.11.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.4.11.2.bb b/meta-oe/recipes-graphics/openbox/openbox_3.4.11.2.bb
index 65349a1dfd..e5d645d0d1 100644
--- a/meta-oe/recipes-graphics/openbox/openbox_3.4.11.2.bb
+++ b/meta-oe/recipes-graphics/openbox/openbox_3.4.11.2.bb
@@ -1,8 +1,11 @@
DESCRIPTION = "openbox Window Manager"
SECTION = "x11/wm"
+DEPENDS = "glib-2.0 pango libxml2 virtual/libx11"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+PR = "r1"
+
SRC_URI = "http://icculus.org/openbox/releases/openbox-${PV}.tar.gz \
file://fix-dialog-buttons.patch;patch=1 \
file://fix-decorations.patch;patch=1"