summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 1ebe8e02f947fa3e21d97cde7d7c4939c998ece6 (plain)
1
2
3
4
5
6
7
8
9
10
11
option('accountsservice',
  type : 'boolean', 
  value : true, 
  description : 'Use libmagic to detect file type'
)

option('appindicator',
  type : 'string',
  value : 'auto',
  description : 'Path to the cpio program'
)