Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add XKB_CONFIG_ROOT environment #25
Conversation
|
I'm not a big fan of environment variables, but we have precedent, and this seems logical, so I'm OK with it. Just two comments:
Thanks. |
|
Thanks a lot for you quick reply! I updated the code to use secure_getenv() and also moved the *root declaration up next to *home to match the existing code better. I'm also happy to help with the documentation for the new environment, I poked a bit around and could not quite find a place to start so I'm happy to leave it to you. But please let me know if I can help in any way. |
added a commit
that referenced
this pull request
Jul 20, 2015
bluetech
merged commit afbe21a
into
xkbcommon:master
Jul 20, 2015
1 check passed
|
Thanks! I'll add a section to the documentation about the include path handling soon, and include a note about |
mvo5 commentedJul 17, 2015
Trivial patch that allows overriding the DFLT_XKB_CONFIG_ROOT path via a new XKB_CONFIG_ROOT environment to make it possible to set the path at runtime instead of build-time (to make binaries build with libxkbcommon easier relocatable).