mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
glib-2.0: Add missing DEPENDS on dbus
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -15,8 +15,8 @@ SECTION = "libs"
|
||||
|
||||
require glib-2.0.inc
|
||||
|
||||
DEPENDS = "glib-2.0-native gtk-doc-native virtual/libiconv virtual/libintl zip"
|
||||
DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native"
|
||||
DEPENDS = "glib-2.0-native gtk-doc-native virtual/libiconv virtual/libintl zip dbus"
|
||||
DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native dbus-native"
|
||||
PACKAGES =+ "glib-2.0-utils "
|
||||
|
||||
LEAD_SONAME = "libglib-2.0.*"
|
||||
|
||||
Reference in New Issue
Block a user