eos-parental-controls-client: Add simple client program
This allows querying of the parental controls for a given user (or the current user). Includes documentation but no tests yet. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://phabricator.endlessm.com/T23859
This commit is contained in:
parent
1235c275eb
commit
63d229e653
4 changed files with 307 additions and 0 deletions
|
@ -17,6 +17,7 @@ meson_make_symlink = join_paths(meson.source_root(), 'tools', 'meson-make-symlin
|
|||
po_dir = join_paths(meson.source_root(), 'po')
|
||||
|
||||
prefix = get_option('prefix')
|
||||
bindir = join_paths(prefix, get_option('bindir'))
|
||||
datadir = join_paths(prefix, get_option('datadir'))
|
||||
|
||||
# FIXME: This isn’t exposed in accountsservice.pc
|
||||
|
@ -103,4 +104,5 @@ cc = meson.get_compiler('c')
|
|||
add_project_arguments(cc.get_supported_arguments(test_c_args), language: 'c')
|
||||
|
||||
subdir('accounts-service')
|
||||
subdir('eos-parental-controls-client')
|
||||
subdir('libeos-parental-controls')
|
Loading…
Add table
Add a link
Reference in a new issue