pango: don't use deprecated gtk_doc option flag

The correct meson flag for the documentation is 'documentation'.

(From OE-Core rev: 8dc084abe583077e5d357c7d3eaf3a0ad0e6b2b0)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-11-11 18:13:40 +00:00
committed by Richard Purdie
parent 0e251cc9c0
commit b4530c7820

View File

@@ -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*"