Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] libostree: add systemd optional dependency
@ 2018-11-20 21:48 Fabrice Fontaine
  2018-11-20 21:48 ` [Buildroot] [PATCH 2/2] libostree: bump to version 2018.9.1 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrice Fontaine @ 2018-11-20 21:48 UTC (permalink / raw)
  To: buildroot

This option is available since v2018.3:
https://github.com/ostreedev/ostree/commit/17db0f15a79835b76ede6785120d237066c57d32

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libostree/libostree.mk | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/package/libostree/libostree.mk b/package/libostree/libostree.mk
index 4c841dbe4d..8538cdc69c 100644
--- a/package/libostree/libostree.mk
+++ b/package/libostree/libostree.mk
@@ -68,4 +68,13 @@ else
 LIBOSTREE_CONF_OPTS += --without-selinux
 endif
 
+ifeq ($(BR2_INIT_SYSTEMD),y)
+LIBOSTREE_CONF_OPTS += \
+	--with-libsystemd \
+	--with-systemdsystemunitdir=/usr/lib/systemd/system
+LIBOSTREE_DEPENDENCIES += systemd
+else
+LIBOSTREE_CONF_OPTS += --without-libsystemd
+endif
+
 $(eval $(autotools-package))
-- 
2.14.1

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

end of thread, other threads:[~2018-11-21 21:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-20 21:48 [Buildroot] [PATCH 1/2] libostree: add systemd optional dependency Fabrice Fontaine
2018-11-20 21:48 ` [Buildroot] [PATCH 2/2] libostree: bump to version 2018.9.1 Fabrice Fontaine
2018-11-21 18:57   ` Marcus Folkesson
2018-11-21 18:57 ` [Buildroot] [PATCH 1/2] libostree: add systemd optional dependency Marcus Folkesson
2018-11-21 21:31 ` Thomas Petazzoni

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