[gnome-remote-desktop] build: Bump nv-codec-headers version requirement
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop] build: Bump nv-codec-headers version requirement
- Date: Thu, 3 Mar 2022 14:23:07 +0000 (UTC)
commit a46a95addaf4ca6282be40ceb9e45347efb120d2
Author: Pascal Nowack <Pascal Nowack gmx de>
Date: Mon Jan 3 15:21:53 2022 +0100
build: Bump nv-codec-headers version requirement
The updated nv-codec-headers now load more CUDA functions for data
transfer between the CPU and GPU.
These functions have a simpler interface and allow shorter
implementations with the same effect.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 4ac90930..8171c635 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project('gnome-remote-desktop', 'c',
default_options: ['warning_level=1',
'buildtype=debugoptimized'])
-cuda_req = '>= 11'
+cuda_req = '>= 11.1.5.0'
freerdp_req = '>= 2.5.0'
fuse_req = '>= 3.9.1'
xkbcommon_req = '>= 1.0.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]