package/cups: fix systemd handling
--{dis,en}able-systemd is unrecognized since bump to version 2.4.0 in commit07230bfcbc
and796bd7cf23
: configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-systemd, --disable-avahi Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f8332fa63d
commit
3ebd3bf15e
@ -37,10 +37,8 @@ CUPS_DEPENDENCIES = \
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SYSTEMD),y)
|
||||
CUPS_CONF_OPTS += --with-systemd=/usr/lib/systemd/system \
|
||||
--enable-systemd
|
||||
--with-ondemand=systemd
|
||||
CUPS_DEPENDENCIES += systemd
|
||||
else
|
||||
CUPS_CONF_OPTS += --disable-systemd
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||
|
Loading…
Reference in New Issue
Block a user