mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
10
lfs/cups
10
lfs/cups
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user