aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-02-17 18:04:27 +0200
committerMarius Vlad <marius.vlad@collabora.com>2020-02-18 18:42:51 +0200
commit2b985d1fa2dfd8ec6e8a102d2da831cd09e6d2dd (patch)
tree812ee021c394f696dde94d51bf6e3d05fa1f81f4
parenta3d9b4181f7175d0c4e233b2b67ca8ffdc17f22a (diff)
meson.build: Install agl-shell-desktop extension
Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Id7f5dedca9173ce32585fd555f1047d77508847c
-rw-r--r--meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a5393fe..c0b1ab7 100644
--- a/meson.build
+++ b/meson.build
@@ -46,6 +46,7 @@ dep_wp = dependency('wayland-protocols', version: '>= 1.18')
dir_wp_base = dep_wp.get_pkgconfig_variable('pkgdatadir')
agl_shell_xml = files('protocol/agl-shell.xml')
+agl_shell_desktop_xml = files('protocol/agl-shell-desktop.xml')
xdg_shell_xml = join_paths(dir_wp_base, 'stable', 'xdg-shell', 'xdg-shell.xml')
protocols = [
@@ -177,6 +178,6 @@ pkgconfig.generate(
)
install_data(
- [ agl_shell_xml ],
+ [ agl_shell_xml, agl_shell_desktop_xml ],
install_dir: join_paths(dir_data, dir_data_agl_compositor)
)