mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:24:53 +08:00
[glib] Disable host introspection (#41497)
This commit is contained in:
parent
3f26fc8cfc
commit
9366a8517b
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user