commit 1039dce
shrub
·
2026-03-12 16:55:34 +0000 UTC
parent a1862f0
fix include
1 files changed,
+1,
-0
+1,
-0
1@@ -33,6 +33,7 @@ c_args = cc.get_supported_arguments([
2 '-Wno-zero-length-array', # libdrm/i915_drm.h:2472
3 '-Wno-varargs', # nouveau.c:332
4 '-Wno-excess-initializers', # wayland.c:121
5+ '-I' + meson.current_build_dir(),
6 ]) + [
7 '-D_POSIX_C_SOURCE=200809L', '-D_NETBSD_SOURCE',
8 get_option('buildtype') == 'debug' ? '-DENABLE_DEBUG=1' : [],