[vlc-commits] commit: Warn if xcb-keysyms is missing ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sun Jul 11 17:41:30 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jul 11 18:40:40 2010 +0300| [57cb105edb24768426e30026d389364a571556c4] | committer: Rémi Denis-Courmont
Warn if xcb-keysyms is missing
As suggested by Jan Janak <jan at ryngle.com>
(cherry picked from commit 6bbabbb5d27d6a221d9af04f1c6bf83bd8ae3a23)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=57cb105edb24768426e30026d389364a571556c4
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9f5a364..fc736e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.])
])
])
More information about the vlc-commits
mailing list