mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
freetype: fix host headers as well
Like on 0a9cedbcf49641b2569e0a137818ad9f8c539edd 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:
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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user