Skip to content

Commit 9861235

Browse files
committed
BLD: Remove FreeType from Agg backend extension
I'm not sure why this was added originally, but it seems unnecessary. Fortunately, the waste was probably avoided by LTO.
1 parent 9120862 commit 9861235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meson.build

Lines 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)