mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
meta-gnome: add explicit gnome-common dependencies
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. gxim previously wasn't really using the gnome-common macros so now the build fails with compiler errors, so pass the flag to turn off fatal warnings as gxim appears to be dead. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
6afb85d292
commit
a7f3ec87f9
@@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "gtk+ libxml2 intltool-native"
|
||||
DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native"
|
||||
|
||||
PNAME = "gtksourceview"
|
||||
|
||||
@@ -29,4 +29,3 @@ do_configure_prepend() {
|
||||
}
|
||||
|
||||
FILES_${PN} += " ${datadir}/gtksourceview-2.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user