[gnome-disk-utility] Flatpak: Remove unnecessary udev module



commit 8fd9b2d8176d0891a2d733aea86a46adf670a59a
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Tue Aug 27 10:57:07 2019 +0200

    Flatpak: Remove unnecessary udev module

 flatpak/org.gnome.DiskUtility.json | 33 ---------------------------------
 1 file changed, 33 deletions(-)
---
diff --git a/flatpak/org.gnome.DiskUtility.json b/flatpak/org.gnome.DiskUtility.json
index 56d909bf..a04a8776 100644
--- a/flatpak/org.gnome.DiskUtility.json
+++ b/flatpak/org.gnome.DiskUtility.json
@@ -62,39 +62,6 @@
                 }
             ]
         },
-        {
-            "name" : "udev",
-            "buildsystem" : "autotools",
-            "config-opts" : [
-                "--disable-hwdb",
-                "--disable-logging",
-                "--disable-gudev",
-                "--disable-introspection",
-                "--disable-keymap",
-                "--disable-mtd_probe"
-            ],
-            "cleanup" : [
-                "/etc",
-                "/include",
-                "/lib/pkgconfig",
-                "/libexec",
-                "/man",
-                "/sbin",
-                "/share/aclocal",
-                "/share/doc",
-                "/share/gtk-doc",
-                "/share/man",
-                "/share/pkgconfig",
-                "*.la",
-                "*.a"
-            ],
-            "sources" : [
-                {
-                    "type" : "git",
-                    "url" : "git://github.com/gentoo/eudev.git"
-                }
-            ]
-        },
         {
             "name" : "gudev",
             "buildsystem" : "autotools",


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