[gnome-continuous] Disable RPM support in appstream-glib



commit df9b58cd69715764e450d07402e7d822999299dd
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Wed May 10 14:04:20 2017 +0100

    Disable RPM support in appstream-glib
    
    We need to explicitly add `--disable-rpm` to the configuration options,
    after upstream switched to Meson.

 manifest.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 3eb8f45..e44ec85 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1066,7 +1066,7 @@
                 "config-opts": ["--disable-silent-rules", "--disable-static", "--enable-fast-install"]},
 
                {"src": "git:git://github.com/hughsie/appstream-glib.git",
-                "config-opts": ["--disable-dep11", "--disable-stemmer"]},
+                "config-opts": ["--disable-dep11", "--disable-stemmer", "--disable-rpm"]},
 
                 {"src": "git:https://github.com/hughsie/appdata-tools.git"},
 


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