* [ptxdist] [PATCH] systemd: add missing dependency on HOST_GETTEXT
@ 2019-04-18 9:38 Jan Luebbe
0 siblings, 0 replies; only message in thread
From: Jan Luebbe @ 2019-04-18 9:38 UTC (permalink / raw)
To: ptxdist; +Cc: Jan Luebbe
Otherwise compilation fails with:
po/meson.build:4:5: ERROR: Can not do gettext because xgettext is not
installed.
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
rules/systemd.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/systemd.in b/rules/systemd.in
index bff9d2aa2594..c6b8848f44d4 100644
--- a/rules/systemd.in
+++ b/rules/systemd.in
@@ -4,6 +4,7 @@ menuconfig SYSTEMD
tristate
depends on INITMETHOD_SYSTEMD
select HOST_MESON
+ select HOST_GETTEXT
select HOST_GPERF
select ROOTFS_RUN
select LIBC_PTHREAD
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-04-18 9:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 9:38 [ptxdist] [PATCH] systemd: add missing dependency on HOST_GETTEXT Jan Luebbe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox