diff options
| author | Kai Kang <kai.kang@windriver.com> | 2023-04-07 13:15:19 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
| commit | 73f1b93e7d3db3ebb29408941529885214134778 (patch) | |
| tree | 728fecaf9dfa3a82117fd098d5044f3dedf2795b | |
| parent | a60925d00aefd144c25f5a6d86949d42d802f181 (diff) | |
| download | poky-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>
| -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 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" | |||
| 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 glib-2.0-native gdk-pixbuf" | 12 | DEPENDS = "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" |
