libdrm: update to version 2.4.107
Change to select features by default. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
9c4d79519c
commit
45951a9fc8
1 changed files with 5 additions and 3 deletions
|
@ -3,20 +3,22 @@ menu "Select libdrm build options"
|
||||||
|
|
||||||
config LIBDRM_INTEL
|
config LIBDRM_INTEL
|
||||||
bool "Intel support"
|
bool "Intel support"
|
||||||
default n
|
default y
|
||||||
depends on x86_64 || i386
|
depends on x86_64 || i386
|
||||||
help
|
help
|
||||||
Installs the Intel driver.
|
Installs the Intel driver.
|
||||||
|
|
||||||
config LIBDRM_NOUVEAU
|
config LIBDRM_NOUVEAU
|
||||||
bool "Nouveau support"
|
bool "Nouveau support"
|
||||||
default n
|
default y
|
||||||
|
depends on x86_64 || i386 || TARGET_tegra
|
||||||
help
|
help
|
||||||
Installs the Nouveau driver.
|
Installs the Nouveau driver.
|
||||||
|
|
||||||
config LIBDRM_RADEON
|
config LIBDRM_RADEON
|
||||||
bool "Radeon support"
|
bool "Radeon support"
|
||||||
default n
|
default y
|
||||||
|
depends on x86_64 || i386
|
||||||
help
|
help
|
||||||
Installs the Radeon driver.
|
Installs the Radeon driver.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue