hw/misc/mps2-fpgaio: Make number of LEDs configurable by board
[qemu/ar7.git] / contrib / rdmacm-mux / meson.build
blob6cc5016747684fd5e144d31f257b7547c8b06154
1 if 'CONFIG_PVRDMA' in config_host
2   # if not found, CONFIG_PVRDMA should not be set
3   # FIXME: broken on big endian architectures
4   libumad = cc.find_library('ibumad', required: true)
5   executable('rdmacm-mux', files('main.c'),
6              dependencies: [glib, libumad],
7              build_by_default: false,
8              install: false)
9 endif