diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2012-02-24 20:55:16 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-24 23:42:16 +0100 |
| commit | a21a910dde8b330705f0f651d26f9fd8862e9229 (patch) | |
| tree | 820ba33919e65044e719ece784b1f14c5a436886 /meta-oe/recipes-graphics/openbox | |
| parent | fe1963804f0da270201c0745a43549f28a00f565 (diff) | |
| download | meta-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/recipes-graphics/openbox')
| -rw-r--r-- | meta-oe/recipes-graphics/openbox/openbox_3.4.11.2.bb | 3 |
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 @@ | |||
| 1 | DESCRIPTION = "openbox Window Manager" | 1 | DESCRIPTION = "openbox Window Manager" |
| 2 | SECTION = "x11/wm" | 2 | SECTION = "x11/wm" |
| 3 | DEPENDS = "glib-2.0 pango libxml2 virtual/libx11" | ||
| 3 | LICENSE = "GPLv2+" | 4 | LICENSE = "GPLv2+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 5 | 6 | ||
| 7 | PR = "r1" | ||
| 8 | |||
| 6 | SRC_URI = "http://icculus.org/openbox/releases/openbox-${PV}.tar.gz \ | 9 | SRC_URI = "http://icculus.org/openbox/releases/openbox-${PV}.tar.gz \ |
| 7 | file://fix-dialog-buttons.patch;patch=1 \ | 10 | file://fix-dialog-buttons.patch;patch=1 \ |
| 8 | file://fix-decorations.patch;patch=1" | 11 | file://fix-decorations.patch;patch=1" |
