meson: Drop openssl dep

This commit is contained in:
Matt Borgerson 2025-03-07 21:04:20 -07:00 committed by mborgerson
parent d2948f18fe
commit f2830ce9ae
2 changed files with 1 additions and 3 deletions

View File

@ -2352,8 +2352,6 @@ if vulkan.found()
dependencies: vulkan)
endif
openssl = dependency('openssl', method: 'pkg-config', required: true)
if host_os == 'windows'
libpcap = declare_dependency(include_directories: 'winpcap-loader/include',
link_args: ['-lws2_32'])

View File

@ -50,7 +50,7 @@ elif host_os == 'windows'
elif host_os == 'darwin'
xemu_ss.add(files('xemu-os-utils-macos.m'))
endif
xemu_ss.add(imgui, implot, stb_image, noc, sdl, opengl, openssl, fa, fpng, json, fatx)
xemu_ss.add(imgui, implot, stb_image, noc, sdl, opengl, fa, fpng, json, fatx)
system_ss.add_all(xemu_ss)
system_ss.add(when: pixman, if_true: files('console-vc.c'), if_false: files('console-vc-stubs.c'))