]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tcg/meson.build
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
[mirror_qemu.git] / tcg / meson.build
index 4be4a616caa03a98fb9fa5e98e71f6df0054e1a4..895a11d3fa255017061902ef6c74678ee34399b2 100644 (file)
@@ -34,12 +34,12 @@ tcg_user = declare_dependency(link_with: libtcg_user,
                               dependencies: tcg_ss.dependencies())
 user_ss.add(tcg_user)
 
-libtcg_softmmu = static_library('tcg_softmmu',
+libtcg_system = static_library('tcg_system',
                                 tcg_ss.sources() + genh,
                                 name_suffix: 'fa',
                                 c_args: '-DCONFIG_SOFTMMU',
                                 build_by_default: false)
 
-tcg_softmmu = declare_dependency(link_with: libtcg_softmmu,
+tcg_system = declare_dependency(link_with: libtcg_system,
                                  dependencies: tcg_ss.dependencies())
-system_ss.add(tcg_softmmu)
+system_ss.add(tcg_system)