diff options
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.48.2.bb | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb index 2734a11f96..e28423efd9 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb | |||
@@ -28,7 +28,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | |||
28 | 28 | ||
29 | SRC_URI[sha256sum] = "c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f" | 29 | SRC_URI[sha256sum] = "c4a6b75b7ed8f58ca48da830b9fa00ed96d668d3ab4b1f723dcf902f78bde77f" |
30 | 30 | ||
31 | inherit meson pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gtk-doc lib_package | 31 | inherit meson pkgconfig gettext pixbufcache ptest-gnome upstream-version-is-even gobject-introspection gi-docgen lib_package |
32 | 32 | ||
33 | GIR_MESON_OPTION = 'introspection' | 33 | GIR_MESON_OPTION = 'introspection' |
34 | GIR_MESON_ENABLE_FLAG = "enabled" | 34 | GIR_MESON_ENABLE_FLAG = "enabled" |
diff --git a/meta/recipes-graphics/pango/pango_1.48.2.bb b/meta/recipes-graphics/pango/pango_1.48.2.bb index aa279bb503..7a4d7fc261 100644 --- a/meta/recipes-graphics/pango/pango_1.48.2.bb +++ b/meta/recipes-graphics/pango/pango_1.48.2.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | |||
13 | 13 | ||
14 | GNOMEBASEBUILDCLASS = "meson" | 14 | GNOMEBASEBUILDCLASS = "meson" |
15 | 15 | ||
16 | inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even gobject-introspection | 16 | inherit gnomebase gi-docgen ptest-gnome upstream-version-is-even gobject-introspection |
17 | 17 | ||
18 | GIR_MESON_ENABLE_FLAG = "enabled" | 18 | GIR_MESON_ENABLE_FLAG = "enabled" |
19 | GIR_MESON_DISABLE_FLAG = "disabled" | 19 | GIR_MESON_DISABLE_FLAG = "disabled" |
@@ -31,7 +31,6 @@ PACKAGECONFIG[x11] = ",,virtual/libx11 libxft" | |||
31 | PACKAGECONFIG[tests] = "-Dinstall-tests=true, -Dinstall-tests=false" | 31 | PACKAGECONFIG[tests] = "-Dinstall-tests=true, -Dinstall-tests=false" |
32 | PACKAGECONFIG[thai] = ",,libthai" | 32 | PACKAGECONFIG[thai] = ",,libthai" |
33 | 33 | ||
34 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
35 | GIR_MESON_OPTION = 'introspection' | 34 | GIR_MESON_OPTION = 'introspection' |
36 | 35 | ||
37 | do_configure_prepend() { | 36 | do_configure_prepend() { |