mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-06 18:07:43 +00:00
freetype: fix host build
Fixes http://autobuild.buildroot.net/results/b49/b49c1c502215c7972d61c900e876909c9e79c312/ PNG support has to be explictly disabled now. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3dab7ba7a0
commit
129abd31b7
@ -19,6 +19,7 @@ FREETYPE_DEPENDENCIES = host-pkgconf \
|
|||||||
FREETYPE_CONFIG_SCRIPTS = freetype-config
|
FREETYPE_CONFIG_SCRIPTS = freetype-config
|
||||||
|
|
||||||
HOST_FREETYPE_DEPENDENCIES = host-pkgconf
|
HOST_FREETYPE_DEPENDENCIES = host-pkgconf
|
||||||
|
HOST_FREETYPE_CONF_OPT = --without-png
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
||||||
FREETYPE_DEPENDENCIES += libpng
|
FREETYPE_DEPENDENCIES += libpng
|
||||||
|
Loading…
x
Reference in New Issue
Block a user