diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-03-28 00:31:47 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-28 15:39:43 +0200 |
commit | 1c909b318c09ec29f4a3320d6af7b488061b4e7e (patch) | |
tree | a200ba10a771eb18db7cda13f44c01964e350d53 | |
parent | ac940e023d58a34c07af0c17df32fc80613ae8fc (diff) | |
download | buildroot-1c909b318c09ec29f4a3320d6af7b488061b4e7e.tar.gz buildroot-1c909b318c09ec29f4a3320d6af7b488061b4e7e.zip |
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" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/ti-gfx/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |