Skip to content

Commit a00744c

Browse files
bgilbertneheb
authored andcommitted
freetype2: drop freetype compatibility provide
It was added in 42a0f25 to work around a bug in the upstream HarfBuzz Meson config that was subsequently fixed in HarfBuzz 5.2.0. Also switch to dependency_names.
1 parent 82b17b7 commit a00744c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

releases.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,10 +1031,10 @@
10311031
},
10321032
"freetype2": {
10331033
"dependency_names": [
1034-
"freetype2",
1035-
"freetype"
1034+
"freetype2"
10361035
],
10371036
"versions": [
1037+
"2.13.3-2",
10381038
"2.13.3-1",
10391039
"2.13.2-1",
10401040
"2.13.1-1",

subprojects/freetype2.wrap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ source_filename = freetype-2.13.3.tar.xz
66
source_hash = 0550350666d427c74daeb85d5ac7bb353acba5f76956395995311a9c6f063289
77

88
[provide]
9-
freetype2 = freetype_dep
10-
freetype = freetype_dep
9+
dependency_names = freetype2

0 commit comments

Comments
 (0)