diff options
Diffstat (limited to 'src/c.zig')
| -rw-r--r-- | src/c.zig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ pub usingnamespace @cImport({ @cInclude("wlr/types/wlr_xdg_decoration_v1.h"); @cInclude("wlr/types/wlr_xdg_output_v1.h"); @cInclude("wlr/types/wlr_xdg_shell.h"); + if (@import("build_options").xwayland) @cInclude("wlr/xwayland.h"); @cInclude("wlr/util/log.h"); @cInclude("xkbcommon/xkbcommon.h"); |
