X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=a5393fe890e3038910a1a3a6066e1af57759e0d3;hb=fee13f7ce6f02cd964a7ccc79a0b051f6d9a6ddd;hp=a572a4208934653623cfa5cf8519a1c96abc30e3;hpb=8657594c5bddcbe8b685b205cc963544c7d5a9e3;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index a572a42..a5393fe 100644 --- a/meson.build +++ b/meson.build @@ -10,7 +10,7 @@ project('agl-compositor', ) config_h = configuration_data() -agl_compositor_version = '0.0.13' +agl_compositor_version = '0.0.15' pkgconfig = import('pkgconfig') cc = meson.get_compiler('c') @@ -50,6 +50,7 @@ xdg_shell_xml = join_paths(dir_wp_base, 'stable', 'xdg-shell', 'xdg-shell.xml') protocols = [ { 'name': 'agl-shell', 'source': 'internal' }, + { 'name': 'agl-shell-desktop', 'source': 'internal' }, { 'name': 'xdg-shell', 'source': 'wp-stable' }, ] @@ -122,7 +123,9 @@ srcs_agl_compositor = [ 'shared/option-parser.c', 'shared/os-compatibility.c', agl_shell_server_protocol_h, + agl_shell_desktop_server_protocol_h, agl_shell_protocol_c, + agl_shell_desktop_protocol_c, xdg_shell_protocol_c, ]