diff options
author | Petr Kubizňák <kubiznak@2n.com> | 2023-04-03 13:06:46 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-04 13:11:50 +0100 |
commit | 3840c0b790aa67feb1700284907fcd1bdd174254 (patch) | |
tree | e3f275422cb095c2ab75d78688ef7402d49adc98 /meta | |
parent | 8fecd64f26cc39e36af1deba0e33304c7bc0c2ea (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-gnome/libnotify/libnotify_0.8.2.bb | 2 |
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" | |||
9 | LICENSE = "LGPL-2.1-only" | 9 | LICENSE = "LGPL-2.1-only" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
11 | 11 | ||
12 | DEPENDS = "dbus glib-2.0 gdk-pixbuf" | 12 | DEPENDS = "dbus glib-2.0 glib-2.0-native gdk-pixbuf" |
13 | 13 | ||
14 | PACKAGECONFIG ?= "" | 14 | PACKAGECONFIG ?= "" |
15 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3" | 15 | PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3" |