mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libgudev: add missing dependency to host-glib
@ 2016-06-09 11:57 Robert Schwebel
  2016-06-14  7:22 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Schwebel @ 2016-06-09 11:57 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

Without this dependency, building libgudev fails with

make[1]: Entering directory '/home/rsc/ptx-git/DistroKit/platform-beaglebone/build-target/libgudev-230'
  GEN      gudev/gudevenumtypes.c
/bin/bash: glib-mkenums: command not found

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libgudev.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/libgudev.in b/rules/libgudev.in
index f43f005..4e79bb3 100644
--- a/rules/libgudev.in
+++ b/rules/libgudev.in
@@ -4,6 +4,7 @@ config LIBGUDEV
 	tristate
 	select VIRTUAL			if SYSTEMD = n
 	select GLIB			if SYSTEMD
+	select HOST_GLIB
 	select UDEV
 	select UDEV_LIBUDEV
 	select UDEV_LIBGUDEV		if SYSTEMD = n
-- 
2.8.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

* Re: [ptxdist] [PATCH] libgudev: add missing dependency to host-glib
  2016-06-09 11:57 [ptxdist] [PATCH] libgudev: add missing dependency to host-glib Robert Schwebel
@ 2016-06-14  7:22 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2016-06-14  7:22 UTC (permalink / raw)
  To: ptxdist

On Thu, Jun 09, 2016 at 01:57:38PM +0200, Robert Schwebel wrote:
> Without this dependency, building libgudev fails with
> 
> make[1]: Entering directory '/home/rsc/ptx-git/DistroKit/platform-beaglebone/build-target/libgudev-230'
>   GEN      gudev/gudevenumtypes.c
> /bin/bash: glib-mkenums: command not found
> 
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>

Thanks, applied.

Michael

> ---
>  rules/libgudev.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/rules/libgudev.in b/rules/libgudev.in
> index f43f005..4e79bb3 100644
> --- a/rules/libgudev.in
> +++ b/rules/libgudev.in
> @@ -4,6 +4,7 @@ config LIBGUDEV
>  	tristate
>  	select VIRTUAL			if SYSTEMD = n
>  	select GLIB			if SYSTEMD
> +	select HOST_GLIB
>  	select UDEV
>  	select UDEV_LIBUDEV
>  	select UDEV_LIBGUDEV		if SYSTEMD = n
> -- 
> 2.8.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2016-06-14  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-09 11:57 [ptxdist] [PATCH] libgudev: add missing dependency to host-glib Robert Schwebel
2016-06-14  7:22 ` Michael Olbrich

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