mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
evince: Add dbus to depnedencies on non-x11 builds
Fixes
| Run-time dependency dbus-1 found: NO (tried pkgconfig)
|
| ../evince-42.2/meson.build:206:4: ERROR: Dependency "dbus-1" not found, tried pkgconfig
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
(cherry picked from commit 00f18248b9)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ DEPENDS = " \
|
||||
orc \
|
||||
adwaita-icon-theme \
|
||||
libhandy \
|
||||
${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop','',d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop','dbus',d)} \
|
||||
"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
Reference in New Issue
Block a user