Logo
Explore Help
Sign In
dfaggioli/qemu
1
0
Fork 0
You've already forked qemu
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
761a1a488e67a77858f3645a43fbdfe6208b51ce
qemu/contrib/rdmacm-mux/meson.build

10 lines
351 B
Meson
Raw Normal View History

contrib/rdmacm-mux: convert to Meson We can use config-host.mak to decide whether the tool has to be built, apart from that the conversion is straightforward. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-06-10 12:27:52 +02:00
if 'CONFIG_PVRDMA' in config_host
# if not found, CONFIG_PVRDMA should not be set
# FIXME: broken on big endian architectures
libumad = cc.find_library('ibumad', required: true)
meson: build contrib/ executables after generated headers This will be needed as soon as config-poison.h moves from configure to a meson custom_target (which is built at "ninja" time). Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-12-20 09:28:46 +01:00
executable('rdmacm-mux', files('main.c'), genh,
contrib/rdmacm-mux: convert to Meson We can use config-host.mak to decide whether the tool has to be built, apart from that the conversion is straightforward. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-06-10 12:27:52 +02:00
dependencies: [glib, libumad],
build_by_default: false,
install: false)
endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 50ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API