diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-03-02 20:58:09 +0200 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-03-04 13:19:09 +0200 |
commit | 7783729a8bb91d83038b0378c101e36a4ef29c0a (patch) | |
tree | 87548e9476520039fc12e886060d2070a54e470f | |
parent | f86b4ee942e7049e8c0f27c56e7366a740145cef (diff) |
meson.build: Install the agl-shell-policy XML file
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I8f868b9cd84e6b07ed088469ce20cd8f5cb56f92
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 04ddaff..d34f281 100644 --- a/meson.build +++ b/meson.build @@ -184,6 +184,6 @@ pkgconfig.generate( ) install_data( - [ agl_shell_xml, agl_shell_desktop_xml ], + [ agl_shell_xml, agl_shell_desktop_xml, agl_shell_policy_xml ], install_dir: join_paths(dir_data, dir_data_agl_compositor) ) |