Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 06314bf

Browse filesBrowse files
authored
Merge pull request #30137 from QuLogic/no-backend-ft
BLD: Remove FreeType from Agg backend extension
2 parents d9e0853 + 9861235 commit 06314bf
Copy full SHA for 06314bf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/meson.build

Copy file name to clipboardExpand all lines: src/meson.build
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension_data = {
3737
'_backend_agg.cpp',
3838
'_backend_agg_wrapper.cpp',
3939
),
40-
'dependencies': [agg_dep, freetype_dep, pybind11_dep],
40+
'dependencies': [agg_dep, pybind11_dep],
4141
},
4242
'_c_internal_utils': {
4343
'subdir': 'matplotlib',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.