qt: Fix build with libxkbcommon but no libxkbcommon-x11

This commit is contained in:
RichardG867
2023-04-11 20:19:06 -03:00
parent 2e3b89fb85
commit cfbd2ef139

View File

@@ -15,7 +15,7 @@
* Copyright 2023 RichardG. * Copyright 2023 RichardG.
*/ */
extern "C" { extern "C" {
#include <xkbcommon/xkbcommon-x11.h> #include <xkbcommon/xkbcommon.h>
}; };
#include <unordered_map> #include <unordered_map>