mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
package/libvncserver: add optional systemd dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
345c29a4b7
commit
aa3687ea89
@ -60,6 +60,13 @@ else
|
|||||||
LIBVNCSERVER_CONF_OPTS += -DWITH_PNG=OFF
|
LIBVNCSERVER_CONF_OPTS += -DWITH_PNG=OFF
|
||||||
endif
|
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)
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
LIBVNCSERVER_CONF_OPTS += -DWITH_ZLIB=ON
|
LIBVNCSERVER_CONF_OPTS += -DWITH_ZLIB=ON
|
||||||
LIBVNCSERVER_DEPENDENCIES += zlib
|
LIBVNCSERVER_DEPENDENCIES += zlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user