[totem/alatiera/remove-mesonargs] ci: flatpak: remove meson-args variable




commit 0a7fac69ddc3d770c8e4ca155268dee9b3e875b4
Author: Jordan Petridis <jpetridis gnome org>
Date:   Tue Aug 4 09:43:25 2020 +0000

    ci: flatpak: remove meson-args variable
    
    We no longer need to manually keep it in sync with the ci.

 .gitlab-ci.yml                     | 3 ---
 flatpak/org.gnome.Totem.Devel.json | 1 -
 2 files changed, 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 477af10f4..22611c459 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,9 +60,6 @@ flatpak:master:
         RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo";
         # Replace with your application name, as written in the manifest
         FLATPAK_MODULE: "totem"
-        # Make sure to keep this in sync with the Flatpak manifest, all arguments
-        # are passed except the config-args because we build it ourselves
-        MESON_ARGS: "-Denable-easy-codec-installation=no -Dprofile=development"
         APP_ID: "org.gnome.Totem.Devel"
 
 nightly:
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 212f42dce..37691c0fb 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -301,7 +301,6 @@
         {
             "name": "totem",
             "buildsystem": "meson",
-            /* Keep in sync with .gitlab-ci.yml */
             "config-opts": [
                 "-Denable-easy-codec-installation=no",
                 "-Dprofile=development"


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