mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 05:03:03 +01:00
pango.inc: misc dependency fixes
- Add glib-2.0-native dependency for target - Add fontconfig-native and freetype-native dependencies for native - Drop unnecessary dependency on zlib for all (From OE-Core rev: 5174b53b33fe6b2f9d71f7c414e2c83bda9f6c94) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
70efb8d661
commit
691f7e4fa2
@@ -9,14 +9,10 @@ BUGTRACKER = "http://bugzilla.gnome.org"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv2.0+"
|
||||
|
||||
X11DEPENDS = "virtual/libx11 libxft"
|
||||
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz"
|
||||
DEPENDS = "glib-2.0 glib-2.0-native fontconfig freetype virtual/libiconv cairo harfbuzz"
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
|
||||
PACKAGECONFIG[x11] = "--with-xft,--without-xft,${X11DEPENDS}"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
DEPENDS_class-native = "glib-2.0-native cairo-native harfbuzz-native"
|
||||
PACKAGECONFIG[x11] = "--with-xft,--without-xft,virtual/libx11 libxft"
|
||||
|
||||
inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even
|
||||
|
||||
@@ -43,3 +39,5 @@ RDEPENDS_${PN}-ptest += "liberation-fonts"
|
||||
|
||||
RPROVIDES_${PN} += "pango-modules pango-module-indic-lang \
|
||||
pango-module-basic-fc pango-module-arabic-lang"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Reference in New Issue
Block a user