mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 00:10:05 +01:00
Config: Don't forget to add xkb_rules option
This commit is contained in:
parent
389e8917f6
commit
009f1e4e55
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue