[totem/wip/hadess/update-flatpak: 3/5] flatpak: Remove builddir and libdir options



commit 020a24fe89d6d41618a2aee2c923925202f967bd
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 16 17:38:11 2019 +0100

    flatpak: Remove builddir and libdir options
    
    builddir is automatically used for meson, and libdir isn't needed since
    the freedesktop.org SDK 18.08, which exports a useful libdir value:
    https://github.com/flatpak/flatpak-builder/blob/master/src/builder-options.c#L1021-L1037

 flatpak/org.gnome.Totem.json | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index 3d077592e..35985a7f1 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -61,10 +61,6 @@
         {
             "name": "totem-pl-parser",
             "buildsystem": "meson",
-            "builddir": true,
-            "config-opts": [
-                "--libdir=lib"
-            ],
             "sources": [
                 {
                     "type": "git",
@@ -128,10 +124,6 @@
         {
             "name": "gom",
             "buildsystem": "meson",
-            "builddir": true,
-            "config-opts": [
-                "--libdir=lib"
-            ],
             "sources": [
                 {
                     "type": "git",
@@ -237,11 +229,7 @@
         {
             "name": "totem",
             "buildsystem": "meson",
-            "builddir": true,
             "no-parallel-make": true,
-            "config-opts": [
-                "--libdir=lib"
-            ],
             "sources": [
                 {
                     "type": "git",


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