All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ross Burton <ross.burton@arm.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 8/9] pango: don't use deprecated gtk_doc option flag
Date: Mon, 11 Nov 2024 18:13:40 +0000	[thread overview]
Message-ID: <20241111181341.3296523-8-ross.burton@arm.com> (raw)
In-Reply-To: <20241111181341.3296523-1-ross.burton@arm.com>

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(+)

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



  parent reply	other threads:[~2024-11-11 18:14 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-11 18:13 [PATCH 1/9] cairo: disable some features explicitly Ross Burton
2024-11-11 18:13 ` [PATCH 2/9] glib-2.0: don't use deprecated Meson option values Ross Burton
2024-11-11 18:13 ` [PATCH 3/9] glib-2.0: explicitly disable sysprof Ross Burton
2024-11-11 18:13 ` [PATCH 4/9] gstreamer1.0-libav: explicitly disable documentation Ross Burton
2024-11-11 18:13 ` [PATCH 5/9] json-glib: don't use deprecated gtk_doc option flag Ross Burton
2024-11-11 18:13 ` [PATCH 6/9] libpciaccess: remove redundant feature check Ross Burton
2024-11-11 18:13 ` [PATCH 7/9] libpciaccess: add (and enable) the option for compressed pci.ids file Ross Burton
2024-11-11 18:13 ` Ross Burton [this message]
2024-11-11 18:13 ` [PATCH 9/9] systemd: don't use deprecated meson option values Ross Burton
2024-11-11 18:30   ` [OE-core] " Mikko Rapeli
2024-11-11 18:46     ` Ross Burton
2024-11-11 18:49     ` Ross Burton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241111181341.3296523-8-ross.burton@arm.com \
    --to=ross.burton@arm.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.