diff options
author | David Robillard <d@drobilla.net> | 2025-03-05 08:03:24 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-03-05 08:03:24 -0500 |
commit | 273c9915920f3a461ea221449dd8d6c05c653d45 (patch) | |
tree | 2815397f3ebdb8ced4c2593744c4780ba81fda2d /examples | |
parent | 66afe808e8c17f41cf6122158df96361cb42cccb (diff) | |
download | pugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.gz pugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.bz2 pugl-273c9915920f3a461ea221449dd8d6c05c653d45.zip |
Disable meson implicit include directories anti-feature
Diffstat (limited to 'examples')
-rw-r--r-- | examples/meson.build | 4 | ||||
-rw-r--r-- | examples/pugl_cairo_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_clipboard_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_cpp_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_cursor_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_embed_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_management_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_shader_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_vulkan_demo.app/MacOS/meson.build | 1 | ||||
-rw-r--r-- | examples/pugl_window_demo.app/MacOS/meson.build | 1 |
11 files changed, 14 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build index 6a58619..65daa31 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -123,6 +123,7 @@ else c_args: example_defines + example_c_args + defines, cpp_args: example_defines + example_cpp_args + defines, dependencies: dependencies, + implicit_include_directories: false, ) endforeach @@ -154,6 +155,7 @@ else c_args: example_defines + example_c_args + defines, cpp_args: example_defines + example_cpp_args + defines, dependencies: dependencies, + implicit_include_directories: false, ) endforeach endif @@ -167,6 +169,7 @@ else example, c_args: example_defines + example_c_args + cairo_args, dependencies: [pugl_dep, pugl_cairo_dep, puglutil_dep], + implicit_include_directories: false, ) endforeach endif @@ -195,6 +198,7 @@ else c_args: example_defines + example_c_args + defines, cpp_args: example_defines + example_cpp_args + defines, dependencies: dependencies, + implicit_include_directories: false, ) endforeach endif diff --git a/examples/pugl_cairo_demo.app/MacOS/meson.build b/examples/pugl_cairo_demo.app/MacOS/meson.build index 6143429..e8a5242 100644 --- a/examples/pugl_cairo_demo.app/MacOS/meson.build +++ b/examples/pugl_cairo_demo.app/MacOS/meson.build @@ -7,4 +7,5 @@ executable( c_args: example_defines + example_c_args + cairo_args, cpp_args: example_defines + example_cpp_args, dependencies: [pugl_dep, pugl_cairo_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_clipboard_demo.app/MacOS/meson.build b/examples/pugl_clipboard_demo.app/MacOS/meson.build index 0727404..f56ae59 100644 --- a/examples/pugl_clipboard_demo.app/MacOS/meson.build +++ b/examples/pugl_clipboard_demo.app/MacOS/meson.build @@ -6,4 +6,5 @@ executable( '../../pugl_clipboard_demo.c', c_args: example_defines + example_c_args, dependencies: [pugl_dep, pugl_gl_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_cpp_demo.app/MacOS/meson.build b/examples/pugl_cpp_demo.app/MacOS/meson.build index a8eda53..891dcd9 100644 --- a/examples/pugl_cpp_demo.app/MacOS/meson.build +++ b/examples/pugl_cpp_demo.app/MacOS/meson.build @@ -7,4 +7,5 @@ executable( c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [puglpp_dep, pugl_gl_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_cursor_demo.app/MacOS/meson.build b/examples/pugl_cursor_demo.app/MacOS/meson.build index 6e6209a..0836875 100644 --- a/examples/pugl_cursor_demo.app/MacOS/meson.build +++ b/examples/pugl_cursor_demo.app/MacOS/meson.build @@ -7,4 +7,5 @@ executable( c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [pugl_dep, pugl_gl_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_embed_demo.app/MacOS/meson.build b/examples/pugl_embed_demo.app/MacOS/meson.build index 65f2fdf..34d4ccb 100644 --- a/examples/pugl_embed_demo.app/MacOS/meson.build +++ b/examples/pugl_embed_demo.app/MacOS/meson.build @@ -7,4 +7,5 @@ executable( c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [pugl_dep, pugl_gl_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_management_demo.app/MacOS/meson.build b/examples/pugl_management_demo.app/MacOS/meson.build index fedcd17..308a88c 100644 --- a/examples/pugl_management_demo.app/MacOS/meson.build +++ b/examples/pugl_management_demo.app/MacOS/meson.build @@ -7,4 +7,5 @@ executable( c_args: example_defines + example_c_args + cairo_args, cpp_args: example_defines + example_cpp_args, dependencies: [pugl_dep, pugl_cairo_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_shader_demo.app/MacOS/meson.build b/examples/pugl_shader_demo.app/MacOS/meson.build index 5bdc06e..afcd532 100644 --- a/examples/pugl_shader_demo.app/MacOS/meson.build +++ b/examples/pugl_shader_demo.app/MacOS/meson.build @@ -11,4 +11,5 @@ executable( c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [pugl_dep, pugl_gl_dep, dl_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build b/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build index 5bb9729..7e7556b 100644 --- a/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build +++ b/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build @@ -10,4 +10,5 @@ executable( c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [puglpp_dep, pugl_vulkan_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_vulkan_demo.app/MacOS/meson.build b/examples/pugl_vulkan_demo.app/MacOS/meson.build index f7ef1a4..0f7f4bf 100644 --- a/examples/pugl_vulkan_demo.app/MacOS/meson.build +++ b/examples/pugl_vulkan_demo.app/MacOS/meson.build @@ -9,4 +9,5 @@ executable( ], c_args: example_defines + example_c_args, dependencies: [pugl_dep, pugl_vulkan_dep, puglutil_dep], + implicit_include_directories: false, ) diff --git a/examples/pugl_window_demo.app/MacOS/meson.build b/examples/pugl_window_demo.app/MacOS/meson.build index 6c0f0de..f2623f2 100644 --- a/examples/pugl_window_demo.app/MacOS/meson.build +++ b/examples/pugl_window_demo.app/MacOS/meson.build @@ -7,4 +7,5 @@ executable( c_args: example_defines + example_c_args, cpp_args: example_defines + example_cpp_args, dependencies: [pugl_dep, pugl_gl_dep, puglutil_dep], + implicit_include_directories: false, ) |