mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-03 20:12:42 +00:00
fix build with libadwaita disabled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const c = @cImport({
|
||||
@cInclude("gtk/gtk.h");
|
||||
@cInclude("libadwaita-1/adwaita.h");
|
||||
if (@import("build_options").libadwaita) @cInclude("libadwaita-1/adwaita.h");
|
||||
});
|
||||
|
||||
pub usingnamespace c;
|
||||
|
||||
Reference in New Issue
Block a user