summaryrefslogtreecommitdiff
path: root/src/sensors/meson.build
blob: b9c9253526775274eff99fc191eedf86028a7519 (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
subdir('argyll')
subdir('colorhug')
subdir('dtp94')
subdir('dummy')
subdir('huey')
subdir('huey2')
subdir('munki')

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