[epiphany/mcatanzaro/flatpak-builder-cleanups: 10/10] flatpak: remove unneeded builddir lines



commit 45707ee8905cc262a70bdcaa5c52e2418664c445
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Sun Jul 14 19:17:49 2019 -0500

    flatpak: remove unneeded builddir lines
    
    This doesn't do anything for meson projects.

 org.gnome.Epiphany.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/org.gnome.Epiphany.json b/org.gnome.Epiphany.json
index 3258ce4e9..6a4664bf3 100644
--- a/org.gnome.Epiphany.json
+++ b/org.gnome.Epiphany.json
@@ -26,7 +26,6 @@
         {
             "name" : "libdazzle",
             "buildsystem" : "meson",
-            "builddir" : true,
             "sources" : [
                 {
                     "type" : "git",
@@ -37,7 +36,6 @@
         {
             "name" : "libhandy",
             "buildsystem" : "meson",
-            "builddir" : true,
             "config-opts" : [
                 "-Dexamples=false",
                 "-Dglade_catalog=disabled",
@@ -54,12 +52,11 @@
         },
         {
             "name" : "epiphany",
+            "buildsystem" : "meson",
             "config-opts" : [
                 "-Dtech_preview=true",
                 "-Dprofile=Devel"
             ],
-            "buildsystem" : "meson",
-            "builddir" : true,
             "sources" : [
                 {
                     "type" : "git",


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