cups: Use avahi and DBUS

These services are quite handy to make the printing
capabilities available to the network.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-02-25 15:37:29 +00:00
parent 30aff66aa1
commit 2b5aece94e
2 changed files with 13 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
PROG = cups
PAK_VER = 15
DEPS = "cups-filters ghostscript"
DEPS = "avahi cups-filters dbus ghostscript krb5 libtiff"
###############################################################################
# Top-level Rules
@@ -82,9 +82,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--prefix=/usr \
--sysconfdir=/var/ipfire \
--localstatedir=/var \
--enable-libusb \
--disable-dbus \
--disable-avahi
--enable-debug \
--enable-avahi \
--enable-dbus \
--enable-gnutls \
--enable-libusb
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
cd $(DIR_APP) && make install