summaryrefslogtreecommitdiff
path: root/monitor/meson.build
blob: f841bdcea862e1631d455e325b48559ae3262fd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
subdir('proxy')

if enable_udisks2
  subdir('udisks2')
endif

if enable_gphoto2
  subdir('gphoto2')
endif

if enable_afc
  subdir('afc')
endif

if enable_mtp
  subdir('mtp')
endif

if enable_goa
  subdir('goa')
endif