mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
freetype: fix host headers as well
Like on 0a9cedbcf4 we also need to fix the
headers for the host variant.
Fixes:
http://autobuild.buildroot.net/results/261/261d6a59f144e44e51b38de98a7355a9eb8ac791/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9dd5803a8c
commit
f0d938385b
@@ -63,6 +63,10 @@ define FREETYPE_FIX_FREETYPE_INCLUDE
|
||||
ln -sf . $(STAGING_DIR)/usr/include/freetype2/freetype
|
||||
endef
|
||||
FREETYPE_POST_INSTALL_STAGING_HOOKS += FREETYPE_FIX_FREETYPE_INCLUDE
|
||||
define HOST_FREETYPE_FIX_FREETYPE_INCLUDE
|
||||
ln -sf . $(HOST_DIR)/usr/include/freetype2/freetype
|
||||
endef
|
||||
HOST_FREETYPE_POST_INSTALL_HOOKS += HOST_FREETYPE_FIX_FREETYPE_INCLUDE
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user