X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;fp=meson.build;h=aa6921892f00e1583dee693f6e4d23422791ce95;hb=a35a7f2e5cc20bd40ece91918e753c709e2ee10b;hp=37eb26a68916994b27d5324cd27eda0ba1a8447e;hpb=dbba1adda7fd9aaaa46263d8c878132a523327e4;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 37eb26a..aa69218 100644 --- a/meson.build +++ b/meson.build @@ -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, ]