Codebase list gnome-desktop3 / ecd54989-dbae-4943-bd93-555658e646e7/main meson_options.txt
ecd54989-dbae-4943-bd93-555658e646e7/main

Tree @ecd54989-dbae-4943-bd93-555658e646e7/main (Download .tar.gz)

meson_options.txt @ecd54989-dbae-4943-bd93-555658e646e7/mainraw · history · blame

option('gnome_distributor',
  type: 'string', value: 'GNOME.Org',
  description: 'Specify name of GNOME distributor'
)

option('date_in_gnome_version',
  type: 'boolean', value: true,
  description: 'Include the build date in gnome-version.xml'
)

option('desktop_docs',
  type: 'boolean', value: true,
  description: 'Build desktop-wide help documents'
)

option('debug_tools',
  type: 'boolean', value: true, description: 'Build debug tools'
)

option('udev',
  type: 'feature', description: 'Udev support'
)

option('systemd',
  type: 'feature', description: 'Systemd integration support'
)

option('gtk_doc',
  type: 'boolean', value: false, description: 'Build API reference'
)

option('installed_tests',
  type: 'boolean', value: false, description: 'Enable installed tests'
)