From c8ac4b22ad484e1f62c08c1e955f58fc08d091fb Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 8 Sep 2015 17:42:57 +0200 Subject: openbox: add libcroco, librsvg and gdk-pixbuf to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes: WARNING: QA Issue: openbox-core rdepends on libcroco, but it isn't a build dependency? [build-deps] WARNING: QA Issue: openbox-core rdepends on librsvg, but it isn't a build dependency? [build-deps] WARNING: QA Issue: openbox-core rdepends on gdk-pixbuf, but it isn't a build dependency? [build-deps] why no PACKAGECONFIG? * libcroco and gdk-pixbuf are not configurable * librsvg is required to display svg icons which is a basic requirement Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/openbox') diff --git a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb index de4d9f82cc..44afed2d3f 100644 --- a/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb +++ b/meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb @@ -1,6 +1,6 @@ SUMMARY = "openbox Window Manager" SECTION = "x11/wm" -DEPENDS = "glib-2.0 pango libxml2 virtual/libx11" +DEPENDS = "glib-2.0 pango libxml2 virtual/libx11 libcroco librsvg gdk-pixbuf" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -- cgit 1.2.3-korg