• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if host_machine.system() == 'linux'
2    subdir('test')
3    subdir('xc3028-firmware')
4    if have_i2c_dev
5        subdir('rds-saa6588')
6    endif
7endif
8
9subdir('decode_tm6000')
10
11if have_gconv
12    subdir('gconv', if_found : [dep_jis, dep_jisx0213])
13endif
14