[gnome-remote-desktop] build: Stop linking the server against libfreerdp-client2
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop] build: Stop linking the server against libfreerdp-client2
- Date: Wed, 10 Aug 2022 10:19:04 +0000 (UTC)
commit ec0abeccf8a6e534b9aad3df87c0d814c3dcffc5
Author: Pascal Nowack <Pascal Nowack gmx de>
Date: Fri Jul 29 20:20:21 2022 +0200
build: Stop linking the server against libfreerdp-client2
The clipboard implementation in the RDP backend requires a function in
FreeRDP to parse received file lists from clients.
This function was previously only available in the client side library
in FreeRDP.
With the FreeRDP 2.8.0 release, the function definition is now
available in libfreerdp2 too, so remove the libfreerdp-client2
requirement.
src/meson.build | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/meson.build b/src/meson.build
index e1398589..9b18cc82 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -125,7 +125,6 @@ if have_rdp
cuda_dep,
dl_dep,
freerdp_dep,
- freerdp_client_dep,
freerdp_server_dep,
fuse_dep,
winpr_dep,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]