mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 23:33:32 +08:00
package/freerdp: optional systemd's journald support
FreeRDP now has support for writing to the journal, so we must ensure proper dependency and correct options. Partially fixes: http://autobuild.buildroot.org/results/81aa66ddd88919295ccb5f34b527b737627263a7/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
1c219d396e
commit
57c0ac59a5
@ -56,6 +56,14 @@ else
|
||||
FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=OFF
|
||||
endif
|
||||
|
||||
# For the systemd journal
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
FREERDP_CONF_OPTS += -DWITH_LIBSYSTEMD=ON
|
||||
FREERDP_DEPENDENCIES += systemd
|
||||
else
|
||||
FREERDP_CONF_OPTS += -DWITH_LIBSYSTEMD=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_ARM_CPU_HAS_NEON),y)
|
||||
FREERDP_CONF_OPTS += -DWITH_NEON=ON
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user