summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorPetr Kubizňák <kubiznak@2n.com>2023-04-03 13:06:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-04 13:11:50 +0100
commit3840c0b790aa67feb1700284907fcd1bdd174254 (patch)
treee3f275422cb095c2ab75d78688ef7402d49adc98 /meta/recipes-gnome
parent8fecd64f26cc39e36af1deba0e33304c7bc0c2ea (diff)
downloadpoky-3840c0b790aa67feb1700284907fcd1bdd174254.tar.gz
libnotify: depend on glib-2.0-native
When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in but libnotify has a hard dependency on it (do_configure fails due to missing glib-mkenums). (From OE-Core rev: 63cc22caf4dfcde1d7a3a8410559bb227ed95c33) Signed-off-by: Petr Kubizňák <kubiznak@2n.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/libnotify/libnotify_0.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb
index bbfc217df1..b1656fe0fe 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.8.2.bb
@@ -9,7 +9,7 @@ SECTION = "libs"
9LICENSE = "LGPL-2.1-only" 9LICENSE = "LGPL-2.1-only"
10LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 10LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
11 11
12DEPENDS = "dbus glib-2.0 gdk-pixbuf" 12DEPENDS = "dbus glib-2.0 glib-2.0-native gdk-pixbuf"
13 13
14PACKAGECONFIG ?= "" 14PACKAGECONFIG ?= ""
15PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3" 15PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3"