mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
gtk-engines: don't inherit gtk-icon-cache
This was accidently left in and can be removed. (From OE-Core rev: 90b1f4d23a0714df3e2802dd5549fbf449d3356b) 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
1f85f07414
commit
cd81724679
@@ -26,7 +26,7 @@ FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
|
||||
|
||||
CFLAGS_prepend = "-DHAVE_ANIMATION "
|
||||
|
||||
inherit gnomebase gtk-icon-cache
|
||||
inherit gnomebase
|
||||
|
||||
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