From: Daniel Golle Date: Sun, 22 Aug 2021 22:12:07 +0000 (+0100) Subject: libdrm: update to version 2.4.107 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=45951a9fc86e798e565ab83b245409e6e21ac373;p=openwrt-packages.git libdrm: update to version 2.4.107 Change to select features by default. Signed-off-by: Daniel Golle --- 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.