From 2df8f895c257d3a9111c2f092958bf39f4858858 Mon Sep 17 00:00:00 2001 From: "specialfred453@gmail.com" Date: Sat, 11 Jan 2025 13:15:57 -0500 Subject: [PATCH] Added .enabled() back to the meson.build for libusb, because it's still required for libusb in builds --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 6d6aadd0d7..5067f1ac3c 100644 --- a/meson.build +++ b/meson.build @@ -2129,7 +2129,7 @@ if not get_option('usb_redir').auto() or have_system endif libusb = not_found if not get_option('libusb').auto() or have_system - libusb = dependency('libusb-1.0', required: get_option('libusb'), + libusb = dependency('libusb-1.0', required: get_option('libusb').enabled(), version: '>=1.0.13', method: 'pkg-config') endif