[gnome-build-meta/alatiera/pkgkit-meson: 2/3] core-deps/PackageKit: disable couple features



commit 685065fe85eb953e5b3367b400c5f3330d93f335
Author: Jordan Petridis <jordan centricular com>
Date:   Sat Jan 11 20:25:47 2020 +0200

    core-deps/PackageKit: disable couple features
    
    * set the packaging_backend to dummy
    * disable bash command_not_found funtionality, not usefull with dummy backend
    * disable gstreamer plugin and the python backend
    * disable the daemon_tests

 elements/core-deps/PackageKit.bst | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/elements/core-deps/PackageKit.bst b/elements/core-deps/PackageKit.bst
index d6676579..2633eee3 100644
--- a/elements/core-deps/PackageKit.bst
+++ b/elements/core-deps/PackageKit.bst
@@ -14,10 +14,14 @@ depends:
 - core-deps/libgudev.bst
 - core-deps/polkit.bst
 - sdk/glib.bst
-- sdk/gst-plugins-base.bst
-- freedesktop-sdk.bst:components/gstreamer.bst
+- sdk/gtk+-3.bst
 - freedesktop-sdk.bst:bootstrap-import.bst
 variables:
   meson-local: >-
-    -Dbash_completion=false
+    -Dpackaging_backend=dummy
     -Dgtk_module=false
+    -Dbash_completion=false
+    -Dbash_command_not_found=false
+    -Dgstreamer_plugin=false
+    -Dpython_backend=false
+    -Ddaemon_tests=false


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