[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: openbox: add libcroco, librsvg and gdk-pixbuf to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Sep 23 13:47:53 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: c8ac4b22ad484e1f62c08c1e955f58fc08d091fb
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c8ac4b22ad484e1f62c08c1e955f58fc08d091fb

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Tue Sep  8 17:42:57 2015 +0200

openbox: add libcroco, librsvg and gdk-pixbuf to DEPENDS

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 <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/openbox/openbox_3.6.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 de4d9f8..44afed2 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"
 



More information about the Openembedded-commits mailing list