option(
  'gtk3',
  type: 'feature',
  value: 'enabled',
  description: 'Build libwlembed-gtk3 library',
)

option(
  'gtk3-layer-shell',
  type: 'feature',
  value: 'enabled',
  description: 'Build layer-shell support into libwlembed-gtk3',
)

option(
  'introspection',
  type: 'boolean',
  value: true,
  description: 'Whether or not to build GObject introspection data files',
)

option(
  'gtk-doc',
  type: 'boolean',
  value: false,
  description: 'Whether or not to generate API documentation',
)

option(
  'visibility',
  type: 'boolean',
  value: true,
  description: 'Use GNU visibility attributes (if supported)',
)

option(
  'examples',
  type: 'boolean',
  value: true,
  description: 'Build some example programs',
)
