mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
gtk-engines: removed gnome inheritance
Remove gconf class (via gnome) to fix WARN-QA message regarding --disable-install-schemas option. Add missing intltool-native build dependency that previously came through gnome.bbclass. (From OE-Core rev: ef2ba0a17a4fbd0e0c43c144f43d1d40de23697e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e2d24f5172
commit
7c0a782793
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||
|
||||
SECTION = "x11/base"
|
||||
DEPENDS = "gtk+"
|
||||
DEPENDS = "intltool-native gtk+"
|
||||
|
||||
PR = "r3"
|
||||
|
||||
@@ -26,7 +26,7 @@ FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
|
||||
|
||||
CFLAGS_prepend = "-DHAVE_ANIMATION "
|
||||
|
||||
inherit gnome
|
||||
inherit gnomebase gtk-icon-cache
|
||||
|
||||
python populate_packages_prepend() {
|
||||
engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines")
|
||||
|
||||
Reference in New Issue
Block a user