mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
pango.inc: drop obsolete dependency on qemu-native
The dependency on qemu-native was removed during the update to 1.38.1: http://git.openembedded.org/openembedded-core/commit/?id=9a86d2a876f5cce9c2825f8fd5bf5dc9aaf9d7a1 (From OE-Core rev: ffb69b3a33da261d22ed58f6cc73c1553f130987) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> 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
a16e9a2f0e
commit
3dca294d8e
@@ -10,7 +10,7 @@ SECTION = "libs"
|
||||
LICENSE = "LGPLv2.0+"
|
||||
|
||||
X11DEPENDS = "virtual/libx11 libxft"
|
||||
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz qemu-native"
|
||||
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
||||
PACKAGECONFIG[x11] = "--with-xft,--without-xft,${X11DEPENDS}"
|
||||
@@ -18,7 +18,7 @@ PACKAGECONFIG[x11] = "--with-xft,--without-xft,${X11DEPENDS}"
|
||||
BBCLASSEXTEND = "native"
|
||||
DEPENDS_class-native = "glib-2.0-native cairo-native harfbuzz-native"
|
||||
|
||||
inherit gnomebase gtk-doc qemu ptest-gnome upstream-version-is-even
|
||||
inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even
|
||||
|
||||
EXTRA_AUTORECONF = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user