Codebase list xapp / 6dd8d23
build: Make build of xapp-sn-watcher optional, defaulting to true. Michael Webster 3 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4747 subdir('schemas')
4848 subdir('status-applets')
4949 subdir('scripts')
50 subdir('xapp-sn-watcher')
50
51 if get_option('status-notifier')
52 subdir('xapp-sn-watcher')
53 endif
5154
5255 if get_option('docs')
5356 subdir('docs')
1212 value : '',
1313 description: 'Path to pygobject overrides directory'
1414 )
15 option('status-notifier',
16 type: 'boolean',
17 value: true,
18 description: 'Build the XApp StatusNotifier service.'
19 )