mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
netatalk: fix build with cups support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
9067354147
commit
2816df9030
@ -20,6 +20,7 @@ NETATALK_CONF_OPT += --with-cnid-cdb-backend \
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_CUPS),y)
|
ifeq ($(BR2_PACKAGE_CUPS),y)
|
||||||
NETATALK_DEPENDENCIES += cups
|
NETATALK_DEPENDENCIES += cups
|
||||||
|
NETATALK_CONF_ENV += ac_cv_path_CUPS_CONFIG=$(STAGING_DIR)/usr/bin/cups-config
|
||||||
NETATALK_CONF_OPT += --enable-cups
|
NETATALK_CONF_OPT += --enable-cups
|
||||||
else
|
else
|
||||||
NETATALK_CONF_OPT += --disable-cups
|
NETATALK_CONF_OPT += --disable-cups
|
||||||
|
Loading…
x
Reference in New Issue
Block a user