libwpe added an ENABLE flag for support of XKB.
Created attachment 456038 [details] Patch
Created attachment 456040 [details] Patch
Comment on attachment 456040 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=456040&action=review > Source/WebKit/UIProcess/Automation/libwpe/WebAutomationSessionLibWPE.cpp:152 > struct wpe_input_xkb_keymap_entry* entries; Meh. Too bad we don't have something like GUniqueOutPtr which would call free() instead of g_free(); it would have been perfect to use here instead of having the one line of guarded code below 🤷♂️️
Committed r292064 (248998@main): <https://commits.webkit.org/248998@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 456040 [details].
<rdar://problem/91001968>