mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
8fecd64f26
commit
3840c0b790
@@ -9,7 +9,7 @@ SECTION = "libs"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
DEPENDS = "dbus glib-2.0 gdk-pixbuf"
|
||||
DEPENDS = "dbus glib-2.0 glib-2.0-native gdk-pixbuf"
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false,gtk+3"
|
||||
|
||||
Reference in New Issue
Block a user