commit a1862f0
shrub
·
2026-03-12 16:47:44 +0000 UTC
parent 8f37bab
remove . include that breaks because of local pixman.h
2 files changed,
+2,
-1
+1,
-1
1@@ -14,7 +14,7 @@ project('wld', 'c',
2
3 cc = meson.get_compiler('c')
4 pkg = import('pkgconfig')
5-inc = include_directories('.', 'protocol')
6+inc = include_directories('protocol')
7
8 c_args = cc.get_supported_arguments([
9 '-fvisibility=hidden',
+1,
-0
1@@ -23,6 +23,7 @@
2
3 #include "drm-private.h"
4 #include "drm.h"
5+#include <wayland-client-protocol.h>
6 #include "wayland-drm-client-protocol.h"
7 #include "wayland-private.h"
8 #include "wayland.h"