diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-13 10:05:26 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-13 10:06:00 +0100 |
commit | 0ee6ffb257aeac5a6b6b199bc3bbdc4990f4d258 (patch) | |
tree | ea821b07a27255abede98eedfcead99528dfaa97 /modules | |
parent | ba4bd7f00971a94c20d90e7d2c665d5eb0ae1b90 (diff) |
graphite: Update to latest Git, switch to MIT license
Graphite is now available under:
MIT OR MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later
We pick MIT which is the same as Godot's main license for simplicity.
Remove define to skip deprecation warnings, upstream fixed those.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/text_server_adv/SCsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/text_server_adv/SCsub b/modules/text_server_adv/SCsub index 3c7a89b705..4a9c7b3567 100644 --- a/modules/text_server_adv/SCsub +++ b/modules/text_server_adv/SCsub @@ -223,9 +223,6 @@ if env["builtin_graphite"] and freetype_enabled and env["graphite"]: ] ) - if env.msvc: # Not our business to fix. - env_graphite.Append(CCFLAGS=["-D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS"]) - lib = env_graphite.add_library("graphite_builtin", thirdparty_sources) thirdparty_obj += lib |