aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_cursor_demo.app/MacOS
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-03-05 08:03:24 -0500
committerDavid Robillard <d@drobilla.net>2025-03-05 08:03:24 -0500
commit273c9915920f3a461ea221449dd8d6c05c653d45 (patch)
tree2815397f3ebdb8ced4c2593744c4780ba81fda2d /examples/pugl_cursor_demo.app/MacOS
parent66afe808e8c17f41cf6122158df96361cb42cccb (diff)
downloadpugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.gz
pugl-273c9915920f3a461ea221449dd8d6c05c653d45.tar.bz2
pugl-273c9915920f3a461ea221449dd8d6c05c653d45.zip
Disable meson implicit include directories anti-feature
Diffstat (limited to 'examples/pugl_cursor_demo.app/MacOS')
-rw-r--r--examples/pugl_cursor_demo.app/MacOS/meson.build1
1 files changed, 1 insertions, 0 deletions
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,
)