[harfbuzz] Disable system package chafa (#37386)

This commit is contained in:
Frank 2024-03-22 02:29:53 +00:00 committed by GitHub
parent 9b11c9db80
commit 86f1faaeba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 1 deletions

View File

@ -31,6 +31,7 @@ endif()
if("glib" IN_LIST FEATURES) if("glib" IN_LIST FEATURES)
list(APPEND FEATURE_OPTIONS -Dglib=enabled) # Enable GLib unicode functions list(APPEND FEATURE_OPTIONS -Dglib=enabled) # Enable GLib unicode functions
list(APPEND FEATURE_OPTIONS -Dgobject=enabled) #Enable GObject bindings list(APPEND FEATURE_OPTIONS -Dgobject=enabled) #Enable GObject bindings
list(APPEND FEATURE_OPTIONS -Dchafa=disabled)
else() else()
list(APPEND FEATURE_OPTIONS -Dglib=disabled) list(APPEND FEATURE_OPTIONS -Dglib=disabled)
list(APPEND FEATURE_OPTIONS -Dgobject=disabled) list(APPEND FEATURE_OPTIONS -Dgobject=disabled)

View File

@ -1,6 +1,7 @@
{ {
"name": "harfbuzz", "name": "harfbuzz",
"version": "8.3.1", "version": "8.3.1",
"port-version": 1,
"description": "HarfBuzz OpenType text shaping engine", "description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz", "homepage": "https://github.com/harfbuzz/harfbuzz",
"license": "MIT-Modern-Variant", "license": "MIT-Modern-Variant",

View File

@ -3330,7 +3330,7 @@
}, },
"harfbuzz": { "harfbuzz": {
"baseline": "8.3.1", "baseline": "8.3.1",
"port-version": 0 "port-version": 1
}, },
"hash-library": { "hash-library": {
"baseline": "8", "baseline": "8",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "1526ee7fd00ec5ec6eac90cc5c8b0c007d25f0f4",
"version": "8.3.1",
"port-version": 1
},
{ {
"git-tree": "872c170e285bef0254f027a2064b0b6e1151b939", "git-tree": "872c170e285bef0254f027a2064b0b6e1151b939",
"version": "8.3.1", "version": "8.3.1",