Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authormyheroyuki <myheroyuki@outlook.com>2022-12-21 16:18:27 +0300
committermyheroyuki <myheroyuki@outlook.com>2022-12-21 16:18:27 +0300
commitfc5dd11b15f13b4aea5f37dcce5513ff77c1e630 (patch)
tree8b6e9ba61512d308102a34be7e52b0bb5fba10b4 /snap
parent44ed848ae229768a28fb4275de01cf895b688e04 (diff)
update snap build to use freerdp 2.9.0
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index e9e9a2700..770fea015 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -98,7 +98,7 @@ parts:
freerdp:
plugin: cmake
source: https://github.com/FreeRDP/FreeRDP.git
- source-tag: 2.7.0
+ source-tag: 2.9.0
source-depth: 1
# override-build: |
# current_dir=$PWD
@@ -135,7 +135,15 @@ parts:
- -DCMAKE_BUILD_TYPE=Release
- -DWITH_ICU=on
- -DWITH_WAYLAND=on
+ - -DCHANNEL_TSMF=off
+ - -DCHANNEL_URBDRC=on
+ - -DBUILD_TESTING=off
+ - -DWITH_MANPAGES=off
+ - -DWITH_GSSAPI=off
+ - -DWITH_SAMPLE=off
- -DWITH_SERVER=off
+ - -DWITH_DSP_FFMPEG=on
+ - -DWITH_OSS=off
- -DWITH_PULSE=on
- -DWITH_GSTREAMER=off
- -DWITH_FFMPEG=on