[gnome-apps-nightly] org.gnome.Software: Build appstream-glib without rpm



commit 46878fb1bf9a2f35cc574ef50a2ed5810463a0d4
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Sun Feb 24 20:50:25 2019 +0800

    org.gnome.Software: Build appstream-glib without rpm
    
    Back in 5dddf134ff03820cdc5df51803b87dc7ab4ba94c I moved the build of
    appstream-glib from the Autotools to Meson, trying to keep the same
    explicit and default build options.
    
    That means I set -Dbuilder=false and -Drpm=true, among other things.
    
    One thing I didn't notice at the time is that -Dbuilder=false implied
    -Drpm=false as well. As a result appstream-glib would build just fine,
    even when the RPM libraries weren't present in the Sdk.
    
    However, nowadays appstream-glib doesn't build any more in that specific
    combination: https://github.com/hughsie/appstream-glib/pull/294
    
    Since the rpm support always ended disabled anyway, let's explicitly
    disable the option.

 org.gnome.Software.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/org.gnome.Software.json b/org.gnome.Software.json
index 60f8db8..a7c8375 100644
--- a/org.gnome.Software.json
+++ b/org.gnome.Software.json
@@ -52,7 +52,7 @@
             "config-opts": [
                 "-Ddep11=false",
                 "-Dbuilder=false",
-                "-Drpm=true",
+                "-Drpm=false",
                 "-Dalpm=false",
                 "-Dfonts=true",
                 "-Dstemmer=false",


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