diff options
| -rw-r--r-- | meta/recipes-graphics/pango/pango_1.50.11.bb | 8 |
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" | |||
| 38 | GIR_MESON_OPTION = 'introspection' | 38 | GIR_MESON_OPTION = 'introspection' |
| 39 | 39 | ||
| 40 | do_configure:prepend() { | 40 | do_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 |
| 45 | do_install:append() { | 45 | do_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 | ||
| 50 | LEAD_SONAME = "libpango-1.0*" | 52 | LEAD_SONAME = "libpango-1.0*" |
