summaryrefslogtreecommitdiffstats
path: root/genkeymap/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Distribute all files except git and github specific dataPavel Roskin2016-12-181-0/+4
| | | | | It is better to distribute a few useless file than not to distribute needed files.
* Use standard autotools means to detect X11Pavel Roskin2016-01-301-2/+5
| | | | | | | | Use AC_PATH_XTRA to search for X11 in configure.ac. In Makefiles, add X_CFLAGS to AM_CFLAGS for the source compilation. Add X_LIBS to LDFLAGS. Add X_PRE_LIBS and X_EXTRA_LIBS to LDADD. With this patch, X Windows system is correctly detected on Mac OS X.
* Generate correct xfree86 keymaps when evdev is usedMichał Górny2014-10-271-1/+1
| | | | | | Use a mapping table to map xfree86 keycodes to evdev keycodes and obtain consistent keysyms for keymaps. This way, it is now possible to generate correct keymaps when evdev driver is used on host.
* add lib path for old X server installjsorg712009-09-041-0/+1
|
* cleanupjsorg712009-08-121-10/+0
|
* added genkeymap appjsorg712009-08-121-0/+18