diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.3.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib_3.3.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.3.0.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.3.0.bb index 2e88efb563..bc2054a4d7 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.3.0.bb | |||
@@ -23,6 +23,9 @@ SRC_URI[sha256sum] = "24e8db94948019d531ce0bcd637ac24b1c8f6744ac86d2aa0eb6dbaeb1 | |||
23 | 23 | ||
24 | inherit pypi setuptools3 pkgconfig | 24 | inherit pypi setuptools3 pkgconfig |
25 | 25 | ||
26 | # LTO with clang needs lld | ||
27 | LDFLAGS_append_toolchain-clang = " -fuse-ld=lld" | ||
28 | |||
26 | RDEPENDS_${PN} = "\ | 29 | RDEPENDS_${PN} = "\ |
27 | freetype \ | 30 | freetype \ |
28 | libpng \ | 31 | libpng \ |