aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pugl_management_demo.app/MacOS
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pugl_management_demo.app/MacOS')
-rw-r--r--examples/pugl_management_demo.app/MacOS/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pugl_management_demo.app/MacOS/meson.build b/examples/pugl_management_demo.app/MacOS/meson.build
index 31604f6..fedcd17 100644
--- a/examples/pugl_management_demo.app/MacOS/meson.build
+++ b/examples/pugl_management_demo.app/MacOS/meson.build
@@ -7,5 +7,4 @@ 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],
- include_directories: include_directories('../../..'),
)