libmalcontent-ui: Add initial skeleton for separate UI library

Moving the widgets out of malcontent-control means they can be reused in
other projects. In particular, I’m interested in reusing them in
gnome-initial-setup.

The new library will not build yet, but this introduces all the build
framework necessary for moving the source files over.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-01-30 11:31:00 +00:00
parent 0607bfa196
commit 3289a37317
4 changed files with 124 additions and 0 deletions

View file

@ -128,6 +128,7 @@ test_env = [
subdir('accounts-service')
subdir('libmalcontent')
subdir('libmalcontent-ui')
subdir('malcontent-client')
subdir('malcontent-control')
subdir('pam')