Message ID | 20241111181341.3296523-8-ross.burton@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/9] cairo: disable some features explicitly | expand |
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*"
The correct meson flag for the documentation is 'documentation'. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/pango/pango_1.54.0.bb | 1 + 1 file changed, 1 insertion(+)