From 540239fe0374bcc1985b093635f2c25a21fceeb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Fri, 1 Nov 2024 22:33:28 +0800 Subject: [PATCH] Brightness (NetBSD): disable --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e4ae502f..781888f4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -680,7 +680,7 @@ elseif(NetBSD) src/detection/bluetoothradio/bluetoothradio_linux.c src/detection/board/board_nbsd.c src/detection/bootmgr/bootmgr_nosupport.c - src/detection/brightness/brightness_bsd.c + src/detection/brightness/brightness_nosupport.c src/detection/btrfs/btrfs_nosupport.c src/detection/chassis/chassis_nbsd.c src/detection/cpu/cpu_nbsd.c