|
@@ -40,7 +40,8 @@ else
|
|
CUPS_FILTERS_CONF_OPTS += --disable-dbus
|
|
CUPS_FILTERS_CONF_OPTS += --disable-dbus
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_AVAHI),y)
|
|
|
|
|
|
+# avahi support requires avahi-client, which needs avahi-daemon and dbus
|
|
|
|
+ifeq ($(BR2_PACKAGE_AVAHI_DAEMON)$(BR2_PACKAGE_DBUS),yy)
|
|
CUPS_FILTERS_DEPENDENCIES += avahi
|
|
CUPS_FILTERS_DEPENDENCIES += avahi
|
|
CUPS_FILTERS_CONF_OPTS += --enable-avahi
|
|
CUPS_FILTERS_CONF_OPTS += --enable-avahi
|
|
else
|
|
else
|