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@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andreas Müller
2015-09-08 17:42:57 +02:00
committed by Martin Jansa
parent 4e9824a164
commit c8ac4b22ad
@@ -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"