From 41a1967fbb146173f633215c1704bc089bbcd8bc Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 22 Sep 2025 09:54:13 -0700 Subject: [PATCH] fix(scrcpy): specify OpenCL-ICD-Loader manually (#6466) (#6468) (cherry picked from commit 1879f83ed03fdecdf7106d6177a9a444e85b3433) Signed-off-by: madomado Co-authored-by: madomado --- anda/apps/scrcpy/scrcpy.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/anda/apps/scrcpy/scrcpy.spec b/anda/apps/scrcpy/scrcpy.spec index 09231c4589..12e8c4bc21 100644 --- a/anda/apps/scrcpy/scrcpy.spec +++ b/anda/apps/scrcpy/scrcpy.spec @@ -17,7 +17,8 @@ BuildRequires: pkgconfig(libusb) BuildRequires: pkgconfig(libv4l2) BuildRequires: cmake(VulkanHeaders) BuildRequires: vulkan-loader -BuildRequires: %_libdir/libOpenCL.so.1 +BuildRequires: OpenCL-ICD-Loader +BuildConflicts: dkms-nvidia akmod-nvidia %description This application mirrors Android devices (video and audio) connected via USB or TCP/IP and allows control using the computer's keyboard and mouse. It does not require root access or an app installed on the device. It works on Linux, Windows, and macOS.