From: Yann E. MORIN Date: Sun, 27 Mar 2016 22:31:47 +0000 (+0200) Subject: package/ti-gfx: needs ia32 libraries X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c909b318c09ec29f4a3320d6af7b488061b4e7e;p=buildroot.git package/ti-gfx: needs ia32 libraries The installer is a 32-bit executable, so we need the 32-bit libraries on the host to be able to execute it. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/ti-gfx/Config.in b/package/ti-gfx/Config.in index de4e9cbf01..1481534d83 100644 --- a/package/ti-gfx/Config.in +++ b/package/ti-gfx/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_TI_GFX bool "ti-gfx" depends on BR2_LINUX_KERNEL && BR2_TOOLCHAIN_USES_GLIBC && BR2_arm + select BR2_HOSTARCH_NEEDS_IA32_LIBS select BR2_PACKAGE_HAS_LIBEGL select BR2_PACKAGE_HAS_LIBGLES select BR2_PACKAGE_HAS_POWERVR