mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-16 12:45:16 +02:00
Update meson.build
This commit is contained in:
parent
92167bdfc9
commit
1e70770b5e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ sdl2 = dependency('SDL2', static: build_static)
|
|||
sdl_sound = compilers['cpp'].find_library('SDL2_sound')
|
||||
sdl2_ttf = dependency('SDL2_ttf', static: build_static)
|
||||
freetype = dependency('freetype2', static: build_static)
|
||||
sdl2_image = dependency('SDL2_image', modules: ['SDL2_image::SDL2_image-static', 'SDL2_image::brotlidec-static', 'SDL2_image::brotlicommon-static', 'SDL2_image::hwy', 'SDL2_image::jxl_dec-static'])
|
||||
sdl2_image = dependency('SDL2_image', modules: ['SDL2_image::SDL2_image-static', 'SDL2_image::brotlidec-static', 'SDL2_image::brotlicommon-static', 'SDL2_image::hwy', 'SDL2_image::jxl_dec-static'], static: build_static, method: 'cmake')
|
||||
pixman = dependency('pixman-1', static: build_static)
|
||||
png = dependency('libpng', static: build_static)
|
||||
zlib = dependency('zlib', static: build_static)
|
||||
|
|
Loading…
Add table
Reference in a new issue