From: Christian Melki <christian.melki@t2data.com> To: ptxdist@pengutronix.de Subject: [ptxdist] [PATCH 1/3] glib: Add host-system-python3 dependency. Date: Fri, 13 May 2022 16:47:12 +0200 [thread overview] Message-ID: <20220513144714.2335110-1-christian.melki@t2data.com> (raw) For whatever reason, mesons own python3 dependency does not seem to cover python usage through meson. Signed-off-by: Christian Melki <christian.melki@t2data.com> --- rules/glib.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/glib.in b/rules/glib.in index d4215a0df..14e9cd359 100644 --- a/rules/glib.in +++ b/rules/glib.in @@ -4,6 +4,7 @@ menuconfig GLIB tristate prompt "glib " select HOST_MESON + select HOST_SYSTEM_PYTHON3 select LIBC_DL select LIBC_PTHREAD select ICONV -- 2.34.1
next reply other threads:[~2022-05-13 14:47 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-05-13 14:47 Christian Melki [this message] 2022-05-13 14:47 ` [ptxdist] [PATCH 2/3] host-glib: " Christian Melki 2022-05-13 14:47 ` [ptxdist] [PATCH 3/3] xkeyboard-config: " Christian Melki 2022-05-18 7:20 ` [ptxdist] [PATCH 1/3] glib: " Michael Olbrich
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=20220513144714.2335110-1-christian.melki@t2data.com \ --to=christian.melki@t2data.com \ --cc=ptxdist@pengutronix.de \ --subject='Re: [ptxdist] [PATCH 1/3] glib: Add host-system-python3 dependency.' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox