1*4882a593Smuzhiyun[libs] 2*4882a593Smuzhiyun# Disable LTO to prevent the following error: 3*4882a593Smuzhiyun# Relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `_ZSt3hexRSt8ios_base' 4*4882a593Smuzhiyun# which may bind externally can not be used when making a shared object; 5*4882a593Smuzhiyun# recompile with -fPIC 6*4882a593Smuzhiyunenable_lto = False 7*4882a593Smuzhiyun 8*4882a593Smuzhiyun# Freetype and qhull are provided by Buildroot 9*4882a593Smuzhiyunsystem_freetype = True 10*4882a593Smuzhiyunsystem_qhull = True 11