X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=meson.build;h=ab4f0864a026d75b149329d2da45424be0c318fa;hb=12a3508d4ab379f610e6a631c17d502182f73f3d;hp=4299d58f7358a82167f5ab3b764e57d7c38c0b09;hpb=991714fc7f92aea3d07c7225247a821e3461027e;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 4299d58..ab4f086 100644 --- a/meson.build +++ b/meson.build @@ -73,6 +73,7 @@ protocols = [ { 'name': 'agl-shell-desktop', 'source': 'internal' }, { 'name': 'agl-screenshooter', 'source': 'internal' }, { 'name': 'xdg-shell', 'source': 'wp-stable' }, + { 'name': 'xdg-output', 'source': 'unstable', 'version': 'v1' }, ] foreach proto: protocols @@ -143,6 +144,7 @@ srcs_agl_compositor = [ 'src/policy.c', 'src/shell.c', 'src/screenshooter.c', + 'src/input.c', 'shared/option-parser.c', 'shared/os-compatibility.c', agl_shell_server_protocol_h, @@ -225,3 +227,6 @@ install_data( [ agl_shell_xml, agl_shell_desktop_xml ], install_dir: join_paths(dir_data, dir_data_agl_compositor) ) + +common_inc = [ include_directories('src'), include_directories('.') ] +subdir('clients')