Add -h and -v and augment the usage text with option descriptions

This commit is contained in:
Marc Di Luzio
2018-03-06 16:20:16 +00:00
parent 24a192d594
commit 142246366f
3 changed files with 34 additions and 7 deletions

View File

@@ -66,9 +66,10 @@ path_polkit_action_dir = join_paths(path_datadir, 'polkit-1', 'actions')
with_daemon = get_option('with-daemon')
with_examples = get_option('with-examples')
# Provide config.h so the daemon knows where the helper is
# Provide a config.h
cdata = configuration_data()
cdata.set_quoted('LIBEXECDIR', path_libexecdir)
cdata.set_quoted('GAMEMODE_VERSION', meson.project_version())
config_h = configure_file(
configuration: cdata,
output: 'config.h',