projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e869e0
)
ti-gfx: only available on x86(-64) hosts
author
Peter Korsgaard
<peter@korsgaard.com>
Thu, 2 Nov 2017 10:45:18 +0000
(11:45 +0100)
committer
Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be>
Sun, 5 Nov 2017 15:45:18 +0000
(16:45 +0100)
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>
package/ti-gfx/Config.in
patch
|
blob
|
history
diff --git
a/package/ti-gfx/Config.in
b/package/ti-gfx/Config.in
index 6ec2f23117014c7ea216f932b76bec889ed7eb4e..dc49d822a2fd71f687eb713906123be0904266a6 100644
(file)
--- 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