mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-29 12:29:32 +00:00
gimp: add libgudev to DEPENDS
WARNING: QA Issue: gimp rdepends on libgudev, but it isn't a build dependency? [build-deps] Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
809e18f010
commit
37f0735668
@@ -4,7 +4,7 @@ SECTION = "x11/graphics"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper bzip2"
|
||||
DEPENDS = "babl gdk-pixbuf-native libart-lgpl gtk+ jpeg libpng libexif tiff lcms gegl poppler jasper bzip2 libgudev"
|
||||
DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
|
||||
|
||||
inherit gnome gtk-doc
|
||||
|
||||
Reference in New Issue
Block a user