diff options
| author | Peter Korsgaard <peter@korsgaard.com> | 2017-11-02 11:45:18 +0100 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-11-05 16:45:18 +0100 |
| commit | e480e88169160ad2d2972c949336a668e122af98 (patch) | |
| tree | 43ae78bbdcf0f1ca3eeb51724ef0aeb80d984cd7 | |
| parent | 3e869e04be9c0c8b5ab42e7107c70c82c6896631 (diff) | |
| download | buildroot-e480e88169160ad2d2972c949336a668e122af98.tar.gz buildroot-e480e88169160ad2d2972c949336a668e122af98.zip | |
ti-gfx: only available on x86(-64) hosts
ti-gfx is provided as a x86 self extracting executable, so it is only
available on x86(-64) hosts.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
| -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 6ec2f23117..dc49d822a2 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 + depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" select BR2_HOSTARCH_NEEDS_IA32_LIBS select BR2_PACKAGE_HAS_LIBEGL select BR2_PACKAGE_HAS_LIBGLES |

