From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCH] libgudev: add missing dependency to host-glib
Date: Thu, 9 Jun 2016 13:57:38 +0200 [thread overview]
Message-ID: <1465473458-25048-1-git-send-email-r.schwebel@pengutronix.de> (raw)
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
next reply other threads:[~2016-06-09 11:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-09 11:57 Robert Schwebel [this message]
2016-06-14 7:22 ` 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=1465473458-25048-1-git-send-email-r.schwebel@pengutronix.de \
--to=r.schwebel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox