mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +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
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
||||
|
||||
SECTION = "x11/gnome"
|
||||
|
||||
DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native \
|
||||
DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native gnome-common-native \
|
||||
${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user