mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
font: set FT load and render flags from FontConfig properties
This commit is contained in:
parent
fe882bddba
commit
4302d3eb68
4 changed files with 129 additions and 21 deletions
|
|
@ -10,7 +10,7 @@ project('foot', 'c',
|
|||
is_debug_build = get_option('buildtype').startswith('debug')
|
||||
|
||||
add_project_arguments(
|
||||
['-D_GNU_SOURCE',
|
||||
['-D_GNU_SOURCE=200809L',
|
||||
#'-DF00SEL_VERSION=@0@'.format(version)] +
|
||||
] +
|
||||
(is_debug_build ? ['-D_DEBUG'] : []),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue