diff options
author | Ross Burton <ross.burton@intel.com> | 2015-11-18 10:10:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:30:57 +0000 |
commit | 70674d4ee2a24971d1bab048906fa8d0d2ba2e75 (patch) | |
tree | 71d3d9852a5e62021b216f1b06bcf85e2112d5f4 /meta/recipes-graphics | |
parent | 6343321af88543467388f0f9c25707f02651f078 (diff) | |
download | openembedded-core-70674d4ee2a24971d1bab048906fa8d0d2ba2e75.tar.gz openembedded-core-70674d4ee2a24971d1bab048906fa8d0d2ba2e75.tar.bz2 openembedded-core-70674d4ee2a24971d1bab048906fa8d0d2ba2e75.zip |
pango: use ptest-gnome
Instead of hand-coding the ptest integration, use the ptest-gnome class.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/pango/pango.inc | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index 04143bdca5..78cd560af7 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc @@ -12,16 +12,13 @@ LICENSE = "LGPLv2.0+" X11DEPENDS = "virtual/libx11 libxft" DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz qemu-native" -PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'ptest', 'ptest', '', d)}" - +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" PACKAGECONFIG[x11] = "--with-xft,--without-xft,${X11DEPENDS}" -PACKAGECONFIG[ptest] = "--enable-installed-tests,--disable-installed-tests,glib-2.0-native" BBCLASSEXTEND = "native" DEPENDS_class-native = "glib-2.0-native cairo-native harfbuzz-native" -inherit gnomebase gtk-doc qemu ptest +inherit gnomebase gtk-doc qemu ptest-gnome EXTRA_AUTORECONF = "" @@ -46,11 +43,7 @@ FILES_${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" FILES_${PN}-dbg += "${libdir}/pango/${LIBV}/modules/.debug" FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" -FILES_${PN}-ptest += "${libexecdir}/installed-tests/* \ - ${datadir}/installed-tests/pango" -FILES_${PN}-dbg += "${libexecdir}/installed-tests/.debug" - -RDEPENDS_${PN}-ptest += "gnome-desktop-testing liberation-fonts" +RDEPENDS_${PN}-ptest += "liberation-fonts" RPROVIDES_${PN} += "pango-modules pango-module-indic-lang \ pango-module-basic-fc pango-module-arabic-lang" |