package/mesa3d: fix iris driver depends and selects
authorJames Hilliard <james.hilliard1@gmail.com>
Sat, 8 Feb 2020 22:28:09 +0000 (15:28 -0700)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Feb 2020 09:12:38 +0000 (10:12 +0100)
commit3268650a67982b7273cf592e029777f0c214c024
treee47c65c45380a20e044c71598dc7b397e67725ff
parent1a76d0b072a0edb78c27a9e296748d155029ebfb
package/mesa3d: fix iris driver depends and selects

iris is inherently an x86-only driver, and it hard codes gcc options
specific to x86m like -msse2, causing build breakage on other
architectures.

iris also does not use kmsro, but the select was accidentally added when
iris was introduced.

Fix both by adding the missing dependency to x86, and by removing the
select to kmsro.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
[yann.morin.1998@free.fr:
  - ad dependency to x86
  - reword commit log accordingly
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/mesa3d/Config.in