XMake: Add efsw dependency
This commit is contained in:
parent
615509d1ba
commit
efa2c0a253
|
|
@ -80,7 +80,8 @@ local modules = {
|
|||
Deps = {"NazaraPlatform", "NazaraShader"}
|
||||
},
|
||||
Shader = {
|
||||
Deps = {"NazaraUtility"}
|
||||
Deps = {"NazaraUtility"},
|
||||
Packages = {"efsw"}
|
||||
},
|
||||
Utility = {
|
||||
Deps = {"NazaraCore"},
|
||||
|
|
@ -128,7 +129,7 @@ set_xmakever("2.6.3")
|
|||
|
||||
add_repositories("local-repo xmake-repo")
|
||||
|
||||
add_requires("chipmunk2d", "dr_wav", "entt >=3.9", "kiwisolver", "libflac", "libsdl", "minimp3", "stb")
|
||||
add_requires("chipmunk2d", "dr_wav", "efsw", "entt >=3.9", "kiwisolver", "libflac", "libsdl", "minimp3", "stb")
|
||||
add_requires("freetype", { configs = { bzip2 = true, png = true, woff2 = true, zlib = true, debug = is_mode("debug") } })
|
||||
add_requires("libvorbis", { configs = { with_vorbisenc = false } })
|
||||
add_requires("openal-soft", { configs = { shared = true }})
|
||||
|
|
|
|||
Loading…
Reference in New Issue