summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/pango/pango_1.50.11.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.50.11.bb b/meta/recipes-graphics/pango/pango_1.50.11.bb
index f545689811..f982d9a65b 100644
--- a/meta/recipes-graphics/pango/pango_1.50.11.bb
+++ b/meta/recipes-graphics/pango/pango_1.50.11.bb
@@ -38,13 +38,15 @@ PACKAGECONFIG[thai] = ",,libthai"
38GIR_MESON_OPTION = 'introspection' 38GIR_MESON_OPTION = 'introspection'
39 39
40do_configure:prepend() { 40do_configure:prepend() {
41 chmod +x ${S}/tests/*.py 41 chmod +x ${S}/tests/*.py
42} 42}
43 43
44# https://gitlab.gnome.org/GNOME/pango/-/issues/713 44# https://gitlab.gnome.org/GNOME/pango/-/issues/713
45do_install:append() { 45do_install:append() {
46 mkdir -p ${D}/${libexecdir}/installed-tests/pango/nofonts/ 46 if [ "${@bb.utils.filter('PACKAGECONFIG', 'tests', d)}" ]; then
47 install ${S}/tests/nofonts/fonts.conf ${D}/${libexecdir}/installed-tests/pango/nofonts/ 47 mkdir -p ${D}${libexecdir}/installed-tests/pango/nofonts
48 install ${S}/tests/nofonts/fonts.conf ${D}${libexecdir}/installed-tests/pango/nofonts
49 fi
48} 50}
49 51
50LEAD_SONAME = "libpango-1.0*" 52LEAD_SONAME = "libpango-1.0*"