X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=meson.build;h=48db082bf159f1c77b3f4cd306149b548b30fe68;hb=72aa326d8f54ad75caee895ef4d6ce4e09a143df;hp=aa6921892f00e1583dee693f6e4d23422791ce95;hpb=786f91bd280b83049e5f60b3e8e88f81ab80e94c;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index aa69218..48db082 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) )