* [Buildroot] [PATCH 1/1] package/libvncserver: add optional systemd dependency
@ 2019-06-22 16:38 Fabrice Fontaine
2019-06-22 17:30 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-06-22 16:38 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libvncserver/libvncserver.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/libvncserver/libvncserver.mk b/package/libvncserver/libvncserver.mk
index 3805b2faaa..b024c3161d 100644
--- a/package/libvncserver/libvncserver.mk
+++ b/package/libvncserver/libvncserver.mk
@@ -60,6 +60,13 @@ else
LIBVNCSERVER_CONF_OPTS += -DWITH_PNG=OFF
endif
+ifeq ($(BR2_PACKAGE_SYSTEMD),y)
+LIBVNCSERVER_CONF_OPTS += -DWITH_SYSTEMD=ON
+LIBVNCSERVER_DEPENDENCIES += systemd
+else
+LIBVNCSERVER_CONF_OPTS += -DWITH_SYSTEMD=OFF
+endif
+
ifeq ($(BR2_PACKAGE_ZLIB),y)
LIBVNCSERVER_CONF_OPTS += -DWITH_ZLIB=ON
LIBVNCSERVER_DEPENDENCIES += zlib
--
2.20.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/libvncserver: add optional systemd dependency
2019-06-22 16:38 [Buildroot] [PATCH 1/1] package/libvncserver: add optional systemd dependency Fabrice Fontaine
@ 2019-06-22 17:30 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-06-22 17:30 UTC (permalink / raw)
To: buildroot
On Sat, 22 Jun 2019 18:38:55 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libvncserver/libvncserver.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-22 17:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-22 16:38 [Buildroot] [PATCH 1/1] package/libvncserver: add optional systemd dependency Fabrice Fontaine
2019-06-22 17:30 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox