From 303bf0bc5c34242b56ded0d8e940165e9891f8c1 Mon Sep 17 00:00:00 2001 From: nulano Date: Sat, 2 Jan 2021 17:11:37 +0100 Subject: [PATCH] expected features with dynamic raqm/fribidi --- config.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.sh b/config.sh index b0ce57bd1..745fb4ea6 100644 --- a/config.sh +++ b/config.sh @@ -121,7 +121,12 @@ function run_tests_in_repo { EXP_CODECS="jpg jpg_2000 libtiff zlib" EXP_MODULES="freetype2 littlecms2 pil tkinter webp" -EXP_FEATURES="transp_webp webp_anim webp_mux xcb" +if [ -z "$IS_OSX" ] && [[ "$MB_PYTHON_VERSION" != pypy3* ]]; then + EXP_FEATURES="fribidi harfbuzz raqm transp_webp webp_anim webp_mux xcb" +else + # can't find FriBiDi + EXP_FEATURES="transp_webp webp_anim webp_mux xcb" +fi function run_tests { if [ -n "$IS_OSX" ]; then