mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:59:00 +08:00
[glib] Disable host introspection (#41497)
This commit is contained in:
parent
3f26fc8cfc
commit
9366a8517b
@ -50,6 +50,7 @@ vcpkg_configure_meson(
|
||||
${OPTIONS}
|
||||
-Ddocumentation=false
|
||||
-Dinstalled_tests=false
|
||||
-Dintrospection=disabled
|
||||
-Dlibelf=disabled
|
||||
-Dman-pages=disabled
|
||||
-Dtests=false
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "glib",
|
||||
"version": "2.80.0",
|
||||
"port-version": 1,
|
||||
"description": "Portable, general-purpose utility library.",
|
||||
"homepage": "https://developer.gnome.org/glib/",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -3126,7 +3126,7 @@
|
||||
},
|
||||
"glib": {
|
||||
"baseline": "2.80.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"glib-networking": {
|
||||
"baseline": "2.78.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3898752019d0ae61bd13a758b603325c152aec87",
|
||||
"version": "2.80.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "98c1acbee23caa1307827ce7d8e4f6e38954e560",
|
||||
"version": "2.80.0",
|
||||
|
Loading…
Reference in New Issue
Block a user