X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=a5393fe890e3038910a1a3a6066e1af57759e0d3;hb=refs%2Fchanges%2F33%2F24033%2F1;hp=3456c91d9243f408f56a116ded447810ddbefa47;hpb=3d19425233827860d4464781e487ee1a31bf6ea9;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 3456c91..a5393fe 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, ]