Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC
Commits
e3db1867
Commit
e3db1867
authored
Jan 15, 2023
by
Johannes Kauffmann
Committed by
Steve Lhomme
Jan 24, 2023
Browse files
meson: freetype: add libcom_cppflags
Following
3ee0d28d
.
parent
e28d9709
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/text_renderer/meson.build
View file @
e3db1867
...
...
@@ -16,8 +16,10 @@ freetype_srcs = files(
'freetype/ftcache.c'
,
'freetype/lru.c'
,
)
freetype_cppargs
=
[]
if
host_system
==
'windows'
freetype_srcs
+=
files
(
'freetype/fonts/dwrite.cpp'
)
freetype_cppargs
+=
libcom_cppflags
# TODO: Don't add this file for UWP builds
freetype_srcs
+=
files
(
'freetype/fonts/win32.c'
)
elif
host_system
==
'darwin'
...
...
@@ -32,6 +34,7 @@ if freetype_dep.found()
'name'
:
'freetype'
,
'sources'
:
freetype_srcs
,
'dependencies'
:
freetype_deps
,
'cpp_args'
:
freetype_cppargs
}
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment