Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flathub/shared-modules.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErick555 <37542552+Erick555@users.noreply.github.com>2021-10-24 14:46:37 +0300
committerPatrick <tingping@tingping.se>2021-10-24 17:42:46 +0300
commit69a620c3fb82ec0231eccdf46f277f965ffb0fed (patch)
tree60669ff08f439d99fee80b5867c94ad088724541
parent88fdd40a8b968698dd68ef6164e948892be6d9d0 (diff)
Update gudev to 237
Also convert buildsystem to meson after autotools was dropped
-rw-r--r--gudev/gudev.json12
1 files changed, 9 insertions, 3 deletions
diff --git a/gudev/gudev.json b/gudev/gudev.json
index c86a3f9..50d9c6b 100644
--- a/gudev/gudev.json
+++ b/gudev/gudev.json
@@ -1,6 +1,12 @@
{
"name": "gudev",
- "config-opts": [ "--disable-umockdev"],
+ "buildsystem": "meson",
+ "config-opts": [
+ "-Dtests=disabled",
+ "-Dvapi=disabled",
+ "-Dintrospection=disabled",
+ "-Dgtk_doc=false"
+ ],
"cleanup": [
"/include",
"/etc",
@@ -20,8 +26,8 @@
"sources": [
{
"type": "archive",
- "url": "https://download.gnome.org/sources/libgudev/233/libgudev-233.tar.xz",
- "sha256": "587c4970eb23f4e2deee2cb1fb7838c94a78c578f41ce12cac0a3f4a80dabb03"
+ "url": "https://download.gnome.org/sources/libgudev/237/libgudev-237.tar.xz",
+ "sha256": "0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa"
}
]
}