summaryrefslogtreecommitdiff
path: root/src/sensors/meson.build
blob: 76fa0c250f7dfd140151e93a3fb715bfcd5c8f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
subdir('argyll')
subdir('colorhug')
subdir('dtp94')
subdir('dummy')
subdir('huey')
subdir('huey2')
subdir('munki')
subdir('spark')

cargs = ['-DG_LOG_DOMAIN="Cd"']

if get_option('enable-reverse')
  executable(
    'cd-parse-beagle',
    sources : [
      'cd-parse-beagle.c',
    ],
    include_directories : [
    root_incdir,
    ],
    dependencies : [
      gio,
    ],
    link_with : colordprivate,
    c_args : [
      cargs,
    ],
  )
endif