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