* [oe][meta-oe][PATCH] gdm: introspection is not valid meson option
@ 2021-11-18 2:41 Joshua Watt
2021-11-18 3:18 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Joshua Watt @ 2021-11-18 2:41 UTC (permalink / raw)
To: openembedded-devel; +Cc: Joshua Watt
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
meta-gnome/recipes-gnome/gdm/gdm_41.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
index a485c0c9c..ac57b5bf2 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
@@ -11,6 +11,7 @@ DEPENDS = " \
"
REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit gobject-introspection-data"
+GIR_MESON_OPTION = ""
GNOMEBASEBUILDCLASS = "meson"
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [oe][meta-oe][PATCH] gdm: introspection is not valid meson option
2021-11-18 2:41 [oe][meta-oe][PATCH] gdm: introspection is not valid meson option Joshua Watt
@ 2021-11-18 3:18 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-11-18 3:18 UTC (permalink / raw)
To: Joshua Watt, openembedded-devel
On 11/17/21 18:41, Joshua Watt wrote:
> meson 0.60+ errors out on unknown options and -Dintrospection
> is not a valid option
>
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> ---
> meta-gnome/recipes-gnome/gdm/gdm_41.0.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb b/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
> index a485c0c9c..ac57b5bf2 100644
> --- a/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
> +++ b/meta-gnome/recipes-gnome/gdm/gdm_41.0.bb
> @@ -11,6 +11,7 @@ DEPENDS = " \
> "
>
> REQUIRED_DISTRO_FEATURES = "x11 systemd pam polkit gobject-introspection-data"
> +GIR_MESON_OPTION = ""
we need to delete
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
around line 22 as well.
>
> GNOMEBASEBUILDCLASS = "meson"
>
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94013): https://lists.openembedded.org/g/openembedded-devel/message/94013
> Mute This Topic: https://lists.openembedded.org/mt/87136092/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-18 3:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-18 2:41 [oe][meta-oe][PATCH] gdm: introspection is not valid meson option Joshua Watt
2021-11-18 3:18 ` Khem Raj
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.