[gnome-contacts/wip/nielsdg/fix-folks] flatpak: fix build for libfolks.



commit 616f6933d25ede98ad7792781cc4648dc31188e5
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Thu Nov 1 09:49:31 2018 +0100

    flatpak: fix build for libfolks.
    
    Disable building the inspect and import tool, since GNOME Contacts
    doesn't use them anyway. They were failing because the curses library
    couldn't be found.

 data/flatpak/org.gnome.Contacts.json | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/data/flatpak/org.gnome.Contacts.json b/data/flatpak/org.gnome.Contacts.json
index 8aa4d79..095c201 100644
--- a/data/flatpak/org.gnome.Contacts.json
+++ b/data/flatpak/org.gnome.Contacts.json
@@ -140,6 +140,8 @@
             ],
             "config-opts": [
                 "--disable-telepathy-backend",
+                "--disable-inspect-tool",
+                "--disable-import-tool",
                 "--disable-fatal-warnings"
             ],
             "sources": [


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