mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
package/mesa3d: add support for Nouveau DRI driver
Needed by new package xdriver_xf86-video-nouveau. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d4f51b329e
commit
7f3a82ddf7
@ -113,6 +113,13 @@ config BR2_PACKAGE_MESA3D_DRI_DRIVER_I965
|
|||||||
help
|
help
|
||||||
Support for i965-based Intel GPUs.
|
Support for i965-based Intel GPUs.
|
||||||
|
|
||||||
|
config BR2_PACKAGE_MESA3D_DRI_DRIVER_NOUVEAU
|
||||||
|
bool "DRI nouveau driver"
|
||||||
|
select BR2_PACKAGE_MESA3D_DRI_DRIVER
|
||||||
|
select BR2_PACKAGE_LIBDRM_NOUVEAU
|
||||||
|
help
|
||||||
|
Support for Nvidia-based GPUs.
|
||||||
|
|
||||||
config BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
|
config BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
|
||||||
bool "DRI radeon driver"
|
bool "DRI radeon driver"
|
||||||
depends on BR2_i386 || BR2_x86_64
|
depends on BR2_i386 || BR2_x86_64
|
||||||
|
@ -70,6 +70,7 @@ MESA3D_GALLIUM_DRIVERS-$(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_VIRGL) += virgl
|
|||||||
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST) += swrast
|
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST) += swrast
|
||||||
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_I915) += i915
|
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_I915) += i915
|
||||||
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_I965) += i965
|
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_I965) += i965
|
||||||
|
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_NOUVEAU) += nouveau
|
||||||
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON) += radeon
|
MESA3D_DRI_DRIVERS-$(BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON) += radeon
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER),)
|
ifeq ($(BR2_PACKAGE_MESA3D_GALLIUM_DRIVER),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user