summaryrefslogtreecommitdiff
path: root/core/meson_options.txt
blob: a60ff42c21342e0beb73ea3f9aa372a3c7c0d35b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
option(
  'lib',
  type: 'boolean',
  value: true,
)

option(
  'cli',
  type: 'boolean',
  value: true,
)

option(
  'gjs',
  type: 'boolean',
  value: true,
)