mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
Config: Don't forget to add xkb_rules option
This commit is contained in:
committed by
Julien Cristau
parent
389e8917f6
commit
009f1e4e55
@@ -221,6 +221,8 @@ device_added(LibHalContext *hal_ctx, const char *udi)
|
||||
goto unwind;
|
||||
sprintf(config_info, "hal:%s", udi);
|
||||
|
||||
if (xkb_rules)
|
||||
add_option(&options, "xkb_rules", xkb_rules);
|
||||
if (xkb_model)
|
||||
add_option(&options, "xkb_model", xkb_model);
|
||||
if (xkb_layout)
|
||||
|
||||
Reference in New Issue
Block a user