[glib] Disable host introspection (#41497)

This commit is contained in:
WangWeiLin-MV 2024-10-15 15:34:26 +08:00 committed by GitHub
parent 3f26fc8cfc
commit 9366a8517b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 1 deletions

View File

@ -50,6 +50,7 @@ vcpkg_configure_meson(
${OPTIONS} ${OPTIONS}
-Ddocumentation=false -Ddocumentation=false
-Dinstalled_tests=false -Dinstalled_tests=false
-Dintrospection=disabled
-Dlibelf=disabled -Dlibelf=disabled
-Dman-pages=disabled -Dman-pages=disabled
-Dtests=false -Dtests=false

View File

@ -1,6 +1,7 @@
{ {
"name": "glib", "name": "glib",
"version": "2.80.0", "version": "2.80.0",
"port-version": 1,
"description": "Portable, general-purpose utility library.", "description": "Portable, general-purpose utility library.",
"homepage": "https://developer.gnome.org/glib/", "homepage": "https://developer.gnome.org/glib/",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",

View File

@ -3126,7 +3126,7 @@
}, },
"glib": { "glib": {
"baseline": "2.80.0", "baseline": "2.80.0",
"port-version": 0 "port-version": 1
}, },
"glib-networking": { "glib-networking": {
"baseline": "2.78.0", "baseline": "2.78.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "3898752019d0ae61bd13a758b603325c152aec87",
"version": "2.80.0",
"port-version": 1
},
{ {
"git-tree": "98c1acbee23caa1307827ce7d8e4f6e38954e560", "git-tree": "98c1acbee23caa1307827ce7d8e4f6e38954e560",
"version": "2.80.0", "version": "2.80.0",