linux: get build working with new system

This commit is contained in:
Joshua Holmes 2024-11-30 18:06:16 -08:00 committed by Emi Gutekanst
parent 1fe47b2b19
commit 0ec182c3f4
3 changed files with 14 additions and 0 deletions

View file

@ -70,6 +70,8 @@ libxkbcommon: LibXkbCommon,
modifiers: Core.KeyMods,
modifier_indices: KeyModInd,
pub const Native = struct {};
pub fn init(
linux: *Linux,
core: *Core,