Commit 2816df90 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

netatalk: fix build with cups support

parent 90673541
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ NETATALK_CONF_OPT += --with-cnid-cdb-backend \

ifeq ($(BR2_PACKAGE_CUPS),y)
	NETATALK_DEPENDENCIES += cups
	NETATALK_CONF_ENV += ac_cv_path_CUPS_CONFIG=$(STAGING_DIR)/usr/bin/cups-config
	NETATALK_CONF_OPT += --enable-cups
else
	NETATALK_CONF_OPT += --disable-cups