mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-08 10:18:04 +02: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;
|
goto unwind;
|
||||||
sprintf(config_info, "hal:%s", udi);
|
sprintf(config_info, "hal:%s", udi);
|
||||||
|
|
||||||
|
if (xkb_rules)
|
||||||
|
add_option(&options, "xkb_rules", xkb_rules);
|
||||||
if (xkb_model)
|
if (xkb_model)
|
||||||
add_option(&options, "xkb_model", xkb_model);
|
add_option(&options, "xkb_model", xkb_model);
|
||||||
if (xkb_layout)
|
if (xkb_layout)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue