summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-04-07 13:15:19 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-13 11:56:07 +0100
commit73f1b93e7d3db3ebb29408941529885214134778 (patch)
tree728fecaf9dfa3a82117fd098d5044f3dedf2795b /meta/recipes-gnome
parenta60925d00aefd144c25f5a6d86949d42d802f181 (diff)
downloadpoky-73f1b93e7d3db3ebb29408941529885214134778.tar.gz
libnotify: remove dependency dbus
It ported to use GDBus in libnotify 0.7.0 [1]. So remove dbus from DEPENDS. And GDBus is provided by glib-2.0. [1]: https://gitlab.gnome.org/GNOME/libnotify/-/commit/f63e8ab (From OE-Core rev: 3e585e41f561aab73685290631f2263795f571b9) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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 b1656fe0fe..08e9899d00 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 glib-2.0-native gdk-pixbuf" 12DEPENDS = "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"