summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/configure.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 7585e9c8d4..e0d643b844 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -635,6 +635,16 @@
{ "type": "pkgConfig", "args": "xkbcommon-x11" }
]
},
+ "xkbcommon_evdev": {
+ "label": "xkbcommon_evdev TRANSITION HACK",
+ "test": {
+ "include": [ "xkbcommon/xkbcommon.h" ],
+ "main": "xkb_context_new(XKB_CONTEXT_NO_FLAGS);"
+ },
+ "sources": [
+ { "type": "pkgConfig", "args": "xkbcommon >= 0.5.0" }
+ ]
+ },
"xrender": {
"label": "XRender for native painting",
"test": "x11/xrender",
@@ -1379,6 +1389,11 @@
"condition": "libs.xkbcommon",
"output": [ "privateFeature" ]
},
+ "xkbcommon-evdev": {
+ "label": "xkbcommon-evdev TRANSITION HACK",
+ "condition": "libs.xkbcommon_evdev",
+ "output": [ "privateFeature" ]
+ },
"xlib": {
"label": "XLib",
"autoDetect": "!config.darwin || features.xcb",