Flatpak: Remove GLib build

GNOME runtime now includes a recent stable GLib, so no need to build it ourselves anymore.
This commit is contained in:
Rafostar
2020-12-27 16:29:38 +01:00
parent 732e3675e8
commit 92cf34c682
2 changed files with 0 additions and 13 deletions

View File

@@ -17,7 +17,6 @@
"--env=GST_VAAPI_ALL_DRIVERS=1"
],
"modules": [
"lib/glib.json",
"lib/glib-networking.json",
"shared-modules/gudev/gudev.json",
"lib/pango.json",

View File

@@ -1,12 +0,0 @@
{
"name": "glib",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/glib.git",
"tag": "2.67.0",
"commit": "8f0b968cd128915853d17bf7944f7e0ebd90a399"
}
]
}