Lines Matching refs:brlapi
1524 brlapi = not_found
1525 if not get_option('brlapi').auto() or have_system
1526 brlapi = cc.find_library('brlapi', has_headers: ['brlapi.h'],
1527 required: get_option('brlapi'))
1528 if brlapi.found() and not cc.links('''
1529 #include <brlapi.h>
1531 int main(void) { return brlapi__openConnection (NULL, NULL, NULL); }''', dependencies: brlapi)
1532 brlapi = not_found
1533 if get_option('brlapi').enabled()
1534 error('could not link brlapi')
1536 warning('could not link brlapi, disabling')
2417 config_host_data.set('CONFIG_BRLAPI', brlapi.found())
4727 summary_info += {'brlapi support': brlapi}