meson.build (345B)
1if '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) 9endif