VOGONS


First post, by Pickle

User metadata
Rank Member
Rank
Member

I went to build the cvs code and found in SDL_mapper.c line 2335

#ifdef LINUX
#include "SDL_syswm.h"
#include <X11/XKBlib.h>
#endif

I dont see anything to preprocess this out for linux, so its being forced?

Reply 1 of 2, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

well you can "safely" disable if it your system doesn't use evdev. But currently we are forcing it.

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 2, by Pickle

User metadata
Rank Member
Rank
Member

Thanks, I had commented it out after I posted and everything works as expected.