Commit ea63dc42 authored by Aurélien Chabot's avatar Aurélien Chabot Committed by Thomas Petazzoni
Browse files

avahi: fix systemd service file install path



[Thomas: fix indentation.]

Signed-off-by: default avatarAurélien Chabot <aurelien@chabot.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 2bdbcb8a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -90,7 +90,10 @@ AVAHI_DEPENDENCIES = \

AVAHI_CFLAGS = $(TARGET_CFLAGS)

ifeq ($(BR2_PACKAGE_SYSTEMD),)
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
AVAHI_CONF_OPTS += --with-systemdsystemunitdir=/usr/lib/systemd/system
else
AVAHI_CONF_OPTS += --with-systemdsystemunitdir=no
AVAHI_CFLAGS += -DDISABLE_SYSTEMD
endif