From: Peter Seiderer Date: Mon, 9 Dec 2019 20:52:23 +0000 (+0100) Subject: package/libfribidi: enable host build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4bfa49d1957e1381324a8c532739ee46f18063cd;p=buildroot.git package/libfribidi: enable host build Signed-off-by: Peter Seiderer Signed-off-by: Thomas Petazzoni --- diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk index 4394623592..0e17be6db0 100644 --- a/package/libfribidi/libfribidi.mk +++ b/package/libfribidi/libfribidi.mk @@ -13,3 +13,4 @@ LIBFRIBIDI_INSTALL_STAGING = YES LIBFRIBIDI_DEPENDENCIES = host-pkgconf $(eval $(autotools-package)) +$(eval $(host-autotools-package))