diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-05-01 08:04:49 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-05-17 05:57:10 -0700 |
| commit | 9f4bdefa4153c9a07306c9729418dad7603a1eb7 (patch) | |
| tree | 8d964e5f39b85748f16ff1ce5c4122d1cd4903fb | |
| parent | 35b74d369a37cf79b781d969a761e746f61027b3 (diff) | |
| download | meta-openembedded-9f4bdefa4153c9a07306c9729418dad7603a1eb7.tar.gz | |
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 00f18248b93e0377d5e8a56fa2f7c859a39f661f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/evince/evince_42.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/evince/evince_42.2.bb b/meta-gnome/recipes-gnome/evince/evince_42.2.bb index af6d74c1a0..c9e5617e7e 100644 --- a/meta-gnome/recipes-gnome/evince/evince_42.2.bb +++ b/meta-gnome/recipes-gnome/evince/evince_42.2.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS = " \ | |||
| 14 | orc \ | 14 | orc \ |
| 15 | adwaita-icon-theme \ | 15 | adwaita-icon-theme \ |
| 16 | libhandy \ | 16 | libhandy \ |
| 17 | ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop','',d)} \ | 17 | ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop','dbus',d)} \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | GNOMEBASEBUILDCLASS = "meson" | 20 | GNOMEBASEBUILDCLASS = "meson" |
