mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] json-glib: add dependency on host-glib
@ 2020-03-23 16:41 Uwe Kleine-König
  2020-04-01 15:06 ` [ptxdist] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2020-03-23 16:41 UTC (permalink / raw)
  To: ptxdist

json-glib requires glib-mkenums in its compile stage. Without this
dependency you either need glib-mkenums on your host machine or luck
that json-glib is build only after host-glib (assuming host-glib is
enabled).

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 rules/json-glib.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/json-glib.in b/rules/json-glib.in
index b87a49a1849b..03e3743697ce 100644
--- a/rules/json-glib.in
+++ b/rules/json-glib.in
@@ -4,6 +4,7 @@ config JSON_GLIB
 	tristate
 	prompt "json-glib"
 	select GLIB
+	select HOST_GLIB # for glib-mkenums
 	select GOBJECT_INTROSPECTION	if JSON_GLIB_INTROSPECTION
 	help
 	  A library providing (de)serialization support for the JSON format.
-- 
2.25.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] json-glib: add dependency on host-glib
  2020-03-23 16:41 [ptxdist] [PATCH] json-glib: add dependency on host-glib Uwe Kleine-König
@ 2020-04-01 15:06 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2020-04-01 15:06 UTC (permalink / raw)
  To: ptxdist; +Cc: u.kleine-koenig

Thanks, applied as 99cd95b6bec6c5b81a90287b1e834347598bcf24.

Michael

[sent from post-receive hook]

On Wed, 01 Apr 2020 17:06:41 +0200, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> json-glib requires glib-mkenums in its compile stage. Without this
> dependency you either need glib-mkenums on your host machine or luck
> that json-glib is build only after host-glib (assuming host-glib is
> enabled).
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
>  rules/json-glib.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/rules/json-glib.in b/rules/json-glib.in
> index b87a49a1849b..03e3743697ce 100644
> --- a/rules/json-glib.in
> +++ b/rules/json-glib.in
> @@ -4,6 +4,7 @@ config JSON_GLIB
>  	tristate
>  	prompt "json-glib"
>  	select GLIB
> +	select HOST_GLIB # for glib-mkenums
>  	select GOBJECT_INTROSPECTION	if JSON_GLIB_INTROSPECTION
>  	help
>  	  A library providing (de)serialization support for the JSON format.
> 

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-01 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-23 16:41 [ptxdist] [PATCH] json-glib: add dependency on host-glib Uwe Kleine-König
2020-04-01 15:06 ` [ptxdist] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox