dvdhrm / kmscon

Linux KMS/DRM based virtual Console Emulator
http://www.freedesktop.org/wiki/Software/kmscon
Other
433 stars 81 forks source link

build fails: xkb_keysym_from_name api change #48

Closed etam closed 11 years ago

etam commented 11 years ago

Build fails with "src/conf.c:921:2: error: too few arguments to function 'xkb_keysym_from_name'" http://lists.freedesktop.org/archives/wayland-devel/2012-October/005885.html

In README there is "libxkbcommon has no public release" but it has changed: libxkbcommon-0.2.0 was released http://cgit.freedesktop.org/xorg/lib/libxkbcommon/tag/?id=xkbcommon-0.2.0

dvdhrm commented 11 years ago

All fixed with recent commits, thx! As a bonus you also get recommendations if keysyms were wrongly typed. Something like: [0000.000000] WARNING: config: invalid keysym 'return', did you mean 'Return'? (keysyms are case-sensitive)

Regards David