[gnome-boxes/build-size-reduction: 1/2] flatpak: Do not build with RDP support




commit 89eaca95981c403694c5c4a44bd977dc61195df0
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Aug 12 12:16:48 2021 +0200

    flatpak: Do not build with RDP support
    
    We will use RDP when gnome-remote-desktop defaults to it.

 build-aux/flatpak/org.gnome.Boxes.json | 36 ++--------------------------------
 1 file changed, 2 insertions(+), 34 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index c32bb06e..8500e3b1 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -416,39 +416,6 @@
                 }
             ]
         },
-        {
-            "name": "gtk-frdp",
-            "config-opts": [
-                "--libdir=/app/lib"
-            ],
-            "buildsystem": "meson",
-            "sources": [
-                {
-                    "type": "git",
-                    "url": "https://gitlab.gnome.org/gnome/gtk-frdp.git";
-                }
-            ],
-            "modules": [
-               {
-                    "name": "freerdp",
-                    "buildsystem": "cmake-ninja",
-                    "builddir": true,
-                    "config-opts": [
-                        "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
-                        "-DWITH_OPENH264=ON",
-                        "-DCMAKE_INSTALL_PREFIX=/app",
-                        "-DCMAKE_INSTALL_LIBDIR=lib"
-                    ],
-                    "sources": [
-                        {
-                            "type": "archive",
-                            "url": "http://pub.freerdp.com/releases/freerdp-2.1.2.tar.gz";,
-                            "sha256": "f33bc6aef83b8ad3cbf2cdbc82dcfa980ec2b051efb72650f6f2365d55b79b8d"
-                        }
-                    ]
-                }
-            ]
-        },
         {
             "name": "govf",
             "config-opts": [
@@ -469,7 +436,8 @@
                 "-Dflatpak=true",
                 "-Dprofile=development",
                 "-Ddistributor_name=gnome-boxes-nightly",
-                "-Ddistributor_version=master"
+                "-Ddistributor_version=master",
+                "-Drdp=false"
             ],
             "sources": [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]