From 45951a9fc86e798e565ab83b245409e6e21ac373 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 22 Aug 2021 23:12:07 +0100 Subject: [PATCH] libdrm: update to version 2.4.107 Change to select features by default. Signed-off-by: Daniel Golle --- libs/libdrm/Config.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libs/libdrm/Config.in b/libs/libdrm/Config.in index 6199b704a..b2e7d4f8a 100644 --- a/libs/libdrm/Config.in +++ b/libs/libdrm/Config.in @@ -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.