X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=6c8515468524880eaaf889a16e96628a037af940;hb=121ceb70ae61c4a146905f5f8aef6202ea318cf7;hp=95d87c26fd6a7b993d2b3de85e7bc4aedfaf0caa;hpb=1eeb38c6f9353b7aa5596a561a3e5d70b465060b;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 95d87c2..6c85154 100644 --- a/meson.build +++ b/meson.build @@ -19,6 +19,7 @@ cxx = meson.get_compiler('cpp') add_project_arguments( cc.get_supported_arguments([ + '-Wno-missing-field-initializers', '-Wno-unused-parameter', '-Wno-pedantic', '-Wextra', @@ -91,9 +92,11 @@ xdg_shell_xml = join_paths(dir_wp_base, 'stable', 'xdg-shell', 'xdg-shell.xml') protocols = [ { 'name': 'agl-shell', 'source': 'internal' }, + { 'name': 'weston-test', 'source': 'internal' }, { 'name': 'agl-shell-desktop', 'source': 'internal' }, { 'name': 'agl-screenshooter', 'source': 'internal' }, { 'name': 'xdg-shell', 'source': 'wp-stable' }, + { 'name': 'viewporter', 'source': 'wp-stable' }, { 'name': 'xdg-output', 'source': 'unstable', 'version': 'v1' }, ] @@ -281,3 +284,4 @@ install_data( common_inc = [ include_directories('src'), include_directories('.') ] subdir('clients') +subdir('tests')