From: Ross Burton Date: Mon, 11 Nov 2024 18:13:40 +0000 (+0000) Subject: pango: don't use deprecated gtk_doc option flag X-Git-Tag: uninative-4.7~955 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dc084abe583077e5d357c7d3eaf3a0ad0e6b2b0;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git pango: don't use deprecated gtk_doc option flag The correct meson flag for the documentation is 'documentation'. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/pango/pango_1.54.0.bb b/meta/recipes-graphics/pango/pango_1.54.0.bb index de6f8bb3619..31f3f3d27ce 100644 --- a/meta/recipes-graphics/pango/pango_1.54.0.bb +++ b/meta/recipes-graphics/pango/pango_1.54.0.bb @@ -28,6 +28,7 @@ PACKAGECONFIG[x11] = ",,virtual/libx11 libxft" PACKAGECONFIG[thai] = "-Dlibthai=enabled,-Dlibthai=disabled,libthai" GIR_MESON_OPTION = 'introspection' +GIDOCGEN_MESON_OPTION = 'documentation' LEAD_SONAME = "libpango-1.0*"