Commit 57cb105e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Warn if xcb-keysyms is missing

As suggested by Jan Janak <jan@ryngle.com>
(cherry picked from commit 6bbabbb5)
parent a986f809
......@@ -3362,6 +3362,7 @@ AS_IF([test "${enable_xcb}" != "no"], [
], [
have_xcb_keysyms="no"
need_xid_provider="yes"
AC_MSG_WARN([libxcb-keysyms not found. Hotkeys will not be supported.])
])
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment