mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Untested attempt at linux support for harfbuzz dependency
This commit is contained in:
@@ -67,7 +67,10 @@ ACLOVE_DEP_PTHREAD
|
||||
|
||||
# Conditional dependencies
|
||||
AS_VAR_IF([enable_module_audio], [yes], [ACLOVE_DEP_OPENAL], [])
|
||||
AS_VAR_IF([enable_module_font], [yes], [ACLOVE_DEP_FREETYPE2], [])
|
||||
AS_VAR_IF([enable_module_font], [yes], [
|
||||
ACLOVE_DEP_FREETYPE2
|
||||
ACLOVE_DEP_HARFBUZZ
|
||||
], [])
|
||||
AS_VAR_IF([enable_module_sound], [yes], [
|
||||
ACLOVE_DEP_LIBMODPLUG
|
||||
ACLOVE_DEP_VORBISFILE
|
||||
|
||||
Reference in New Issue
Block a user