mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
netatalk: fix build with cups support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user