diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-05 17:18:48 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-09 23:30:14 +0100 |
commit | 3eab7234311619d8e79a39ebaccf85a7053ddef7 (patch) | |
tree | 0a0710fe9bca8ce8583fc5d995854ac237013cb6 /meta/recipes-graphics/pango | |
parent | 7572042364dcb601f8078dff303fb6a3cc4a8466 (diff) | |
download | poky-3eab7234311619d8e79a39ebaccf85a7053ddef7.tar.gz |
gdk-pixbuf/pango: replace gtk-doc with gi-docgen
(From OE-Core rev: fe97a89056857e1326b087fb3d4a4b4be28acdc9)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/pango')
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.48.2.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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() { |