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

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