Browse Source

libdrm: update to version 2.4.107

Change to select features by default.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
lilik-openwrt-22.03
Daniel Golle 3 years ago
parent
commit
45951a9fc8
No known key found for this signature in database GPG Key ID: 5A8F39C31C3217CA
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      libs/libdrm/Config.in

+ 5
- 3
libs/libdrm/Config.in View File

@ -3,20 +3,22 @@ menu "Select libdrm build options"
config LIBDRM_INTEL
bool "Intel support"
default n
default y
depends on x86_64 || i386
help
Installs the Intel driver.
config LIBDRM_NOUVEAU
bool "Nouveau support"
default n
default y
depends on x86_64 || i386 || TARGET_tegra
help
Installs the Nouveau driver.
config LIBDRM_RADEON
bool "Radeon support"
default n
default y
depends on x86_64 || i386
help
Installs the Radeon driver.


Loading…
Cancel
Save