| Submitter | Otavio Salvador |
|---|---|
| Date | Feb. 24, 2012, 8:55 p.m. |
| Message ID | <77cbb77bc03b5f213381e94278e94f986dc153f3.1330116875.git.otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/21979/ |
| State | Accepted |
| Commit | a21a910dde8b330705f0f651d26f9fd8862e9229 |
| Headers | show |
Comments
Patch
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 65349a1..e5d645d 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"
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- .../recipes-graphics/openbox/openbox_3.4.11.2.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)