Fix meson not finding SDL2_image
This commit is contained in:
parent
2a0db4ae3e
commit
1da48029e2
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ smx_subproj = cmake.subproject('SDL-Mixer-X', options: smx_opts)
|
|||
#raudio_dep = declare_dependency(include_directories: raudio_include, link_with: raudio_lib)
|
||||
deps = [
|
||||
dependency('sdl2'),
|
||||
dependency('sdl2_image'),
|
||||
dependency('SDL2_image'),
|
||||
dependency('gl'),
|
||||
dependency('jsoncpp'),
|
||||
dependency('soundtouch'),
|
||||
|
|
Loading…
Reference in a new issue