mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
xdriver_xf86-video-intel: only available for i386 and x86_64
Fixes build failures on other architectures. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
76d9abd810
commit
2f5de0c465
@ -7,5 +7,6 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL
|
|||||||
select BR2_PACKAGE_XLIB_LIBPCIACCESS
|
select BR2_PACKAGE_XLIB_LIBPCIACCESS
|
||||||
select BR2_PACKAGE_LIBDRM
|
select BR2_PACKAGE_LIBDRM
|
||||||
select BR2_PACKAGE_MESA3D
|
select BR2_PACKAGE_MESA3D
|
||||||
|
depends on (BR2_i386 || BR2_x86_64)
|
||||||
help
|
help
|
||||||
Intel video driver
|
Intel video driver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user