aboutsummaryrefslogtreecommitdiff
path: root/contrib/rdmacm-mux/meson.build
blob: 7674f54cc5b52099483500fa34daa29f23dd9d93 (plain)
1
2
3
4
5
6
7
8
9
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)
  executable('rdmacm-mux', files('main.c'), genh,
             dependencies: [glib, libumad],
             build_by_default: false,
             install: false)
endif