package/sdl2_ttf: disable builtin freetype2
Disable builtin freetype2 which is enabled by default since bump to version 2.0.18 in commitf4da031a77
and834ec54127
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
997cd389eb
commit
81636b1ea1
@ -11,6 +11,7 @@ SDL2_TTF_LICENSE = Zlib
|
|||||||
SDL2_TTF_LICENSE_FILES = COPYING.txt
|
SDL2_TTF_LICENSE_FILES = COPYING.txt
|
||||||
SDL2_TTF_INSTALL_STAGING = YES
|
SDL2_TTF_INSTALL_STAGING = YES
|
||||||
SDL2_TTF_DEPENDENCIES = sdl2 freetype host-pkgconf
|
SDL2_TTF_DEPENDENCIES = sdl2 freetype host-pkgconf
|
||||||
|
SDL2_TTF_CONF_OPTS = --disable-freetype-builtin
|
||||||
|
|
||||||
# x-includes and x-libraries must be set for cross-compiling
|
# x-includes and x-libraries must be set for cross-compiling
|
||||||
# By default x_includes and x_libraries contains unsafe paths.
|
# By default x_includes and x_libraries contains unsafe paths.
|
||||||
|
Loading…
Reference in New Issue
Block a user