aports/testing/xemu/use-system-libs.patch
Díaz Urbaneja Víctor Diego Alejandro (Sodomon) 0a6d212a33 testing/xemu: upgrade to 0.8.34
2025-03-11 20:01:33 +00:00

20 lines
612 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -3551,7 +3551,7 @@
libvduse = libvduse_proj.get_variable('libvduse_dep')
endif
-tomlplusplus = dependency('tomlplusplus', fallback: ['tomlplusplus', 'tomlplusplus_dep'], default_options: ['default_library=static'])
+toml = dependency('tomlplusplus')
xxhash = dependency('libxxhash', fallback: ['xxhash', 'xxhash_dep'], default_options: ['default_library=static'])
@@ -3926,7 +3926,7 @@
specific_ss.add(files('xemu-xbe.c', 'xemu-version.c'))
-common_ss.add(tomlplusplus)
+common_ss.add(toml)
common_ss.add(genconfig)
common_ss.add(files('cpu-common.c'))