mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:43:18 +08:00
[harfbuzz] Disable system package chafa (#37386)
This commit is contained in:
parent
9b11c9db80
commit
86f1faaeba
@ -31,6 +31,7 @@ endif()
|
||||
if("glib" IN_LIST FEATURES)
|
||||
list(APPEND FEATURE_OPTIONS -Dglib=enabled) # Enable GLib unicode functions
|
||||
list(APPEND FEATURE_OPTIONS -Dgobject=enabled) #Enable GObject bindings
|
||||
list(APPEND FEATURE_OPTIONS -Dchafa=disabled)
|
||||
else()
|
||||
list(APPEND FEATURE_OPTIONS -Dglib=disabled)
|
||||
list(APPEND FEATURE_OPTIONS -Dgobject=disabled)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "harfbuzz",
|
||||
"version": "8.3.1",
|
||||
"port-version": 1,
|
||||
"description": "HarfBuzz OpenType text shaping engine",
|
||||
"homepage": "https://github.com/harfbuzz/harfbuzz",
|
||||
"license": "MIT-Modern-Variant",
|
||||
|
@ -3330,7 +3330,7 @@
|
||||
},
|
||||
"harfbuzz": {
|
||||
"baseline": "8.3.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"hash-library": {
|
||||
"baseline": "8",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "1526ee7fd00ec5ec6eac90cc5c8b0c007d25f0f4",
|
||||
"version": "8.3.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "872c170e285bef0254f027a2064b0b6e1151b939",
|
||||
"version": "8.3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user