[polari/gnome-3-22] flatpak: Don't build static libs ...



commit 82e3e936388b95620f26394254217f3e0372e160
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Mar 18 14:47:58 2017 +0100

    flatpak: Don't build static libs ...
    
    ... instead of cleaning them up later.

 org.gnome.Polari.json |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Polari.json b/org.gnome.Polari.json
index 1e16025..842cbaa 100644
--- a/org.gnome.Polari.json
+++ b/org.gnome.Polari.json
@@ -38,7 +38,7 @@
     "build-options": {
         "cflags": "-O2 -g"
     },
-    "cleanup": ["/bin/mc*","/include","/lib/*.la","/lib/*.a",
+    "cleanup": ["/bin/mc*","/include","/lib/*.la",
                 "/lib/pkgconfig","/lib/polari/*.la",
                 "/share/aclocal", "/share/autoconf-archive",
                 "/share/dbus-1/services/org.freedesktop*", "/share/gir-1.0",
@@ -58,6 +58,7 @@
         },
         {
             "name": "telepathy-glib",
+            "config-opts": ["--disable-static"],
             "sources": [
                 {
                     "type": "archive",
@@ -68,6 +69,7 @@
         },
         {
             "name": "telepathy-mission-control",
+            "config-opts": ["--disable-static"],
             "sources": [
                 {
                     "type": "archive",
@@ -78,6 +80,7 @@
         },
         {
             "name": "telepathy-idle",
+            "config-opts": ["--disable-static"],
             "sources": [
                 {
                     "type": "archive",
@@ -88,6 +91,7 @@
         },
         {
             "name": "telepathy-logger",
+            "config-opts": ["--disable-static"],
             "sources": [
                 {
                     "type": "archive",
@@ -102,6 +106,7 @@
         },
         {
             "name": "polari",
+            "config-opts": ["--disable-static"],
             "sources": [
                 {
                     "type": "archive",


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