mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
tumbler: fix build deps QA warnings
WARNING: QA Issue: tumbler rdepends on libxml2, but it isn't a build dependency? [build-deps] WARNING: QA Issue: tumbler rdepends on libgsf, but it isn't a build dependency? [build-deps] WARNING: QA Issue: tumbler rdepends on libbz2, but it isn't a build dependency? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION="Thumbnail service implementing the thumbnail management D-Bus speci
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native"
|
||||
DEPENDS = "dbus-glib freetype gdk-pixbuf poppler curl xfce4-dev-tools-native libxml2 libgsf"
|
||||
|
||||
inherit xfce gtk-doc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user