libdrm: update to version 2.4.107
authorDaniel Golle <redacted>
Sun, 22 Aug 2021 22:12:07 +0000 (23:12 +0100)
committerDaniel Golle <redacted>
Wed, 6 Oct 2021 23:20:31 +0000 (00:20 +0100)
Change to select features by default.

Signed-off-by: Daniel Golle <redacted>
libs/libdrm/Config.in

index 6199b704a86f4c22f75d6d92b4a81358e9a9e764..b2e7d4f8a1686c7c370af0e4c49818705163864d 100644 (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.
 
git clone https://git.99rst.org/PROJECT