malcontent-control: Add initial skeleton application

This does nothing at the moment (not even showing a main window), but it
soon will do.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-12-17 15:41:03 +00:00
parent 254eac4a55
commit 1d8f7d665c
7 changed files with 193 additions and 2 deletions

View file

@ -48,6 +48,7 @@ libglib_testing_dep = dependency(
config_h = configuration_data()
config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name())
config_h.set_quoted('PACKAGE_LOCALE_DIR', join_paths(get_option('localedir'), meson.project_name()))
configure_file(
output: 'config.h',
configuration: config_h,
@ -126,7 +127,8 @@ test_env = [
]
subdir('accounts-service')
subdir('malcontent-client')
subdir('libmalcontent')
subdir('malcontent-client')
subdir('malcontent-control')
subdir('pam')
subdir('po')