mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
gd: explictly disable freetype support when not available
Otherwise it will try to run freetype-config from the host to check for availability. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7b69814d48
commit
e81e2770af
@ -23,6 +23,8 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
||||
GD_DEPENDENCIES += freetype
|
||||
GD_CONF_ENV += ac_cv_path_FREETYPE_CONFIG=$(STAGING_DIR)/usr/bin/freetype-config
|
||||
else
|
||||
GD_CONF_OPT += --without-freetype
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JPEG),y)
|
||||
|
Loading…
x
Reference in New Issue
Block a user