mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2025-04-07 01:11:49 +02:00
Moved brotli and freetype to the freetype module.
This commit is contained in:
parent
af77693b6c
commit
729f399746
@ -12,7 +12,7 @@ env_freetype = env_modules.Clone()
|
|||||||
thirdparty_obj = []
|
thirdparty_obj = []
|
||||||
|
|
||||||
if env["builtin_freetype"]:
|
if env["builtin_freetype"]:
|
||||||
thirdparty_dir = "#thirdparty/freetype/"
|
thirdparty_dir = "freetype/"
|
||||||
thirdparty_sources = [
|
thirdparty_sources = [
|
||||||
"src/autofit/autofit.c",
|
"src/autofit/autofit.c",
|
||||||
"src/base/ftbase.c",
|
"src/base/ftbase.c",
|
||||||
@ -60,7 +60,7 @@ if env["builtin_freetype"]:
|
|||||||
]
|
]
|
||||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||||
|
|
||||||
thirdparty_brotli_dir = "#thirdparty/brotli/"
|
thirdparty_brotli_dir = "brotli/"
|
||||||
thirdparty_brotli_sources = [
|
thirdparty_brotli_sources = [
|
||||||
"common/constants.c",
|
"common/constants.c",
|
||||||
"common/context.c",
|
"common/context.c",
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user