mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
Teach xkb how to optionally run xkbcomp from $bindir instead of
$datadir/xkb.
This commit is contained in:
parent
94fbdb5c6d
commit
287336f3c9
3 changed files with 16 additions and 3 deletions
|
|
@ -176,7 +176,7 @@ char tmpname[PATH_MAX];
|
|||
haveDir= False;
|
||||
buf = Xprintf(
|
||||
"'%s/xkbcomp' '-R%s/%s' -w %ld -l -vlfhpR '%s'" W32_tmparg,
|
||||
XkbBaseDirectory,XkbBaseDirectory,componentDirs[what],(long)
|
||||
XkbBinDirectory,XkbBaseDirectory,componentDirs[what],(long)
|
||||
((xkbDebugFlags<2)?1:((xkbDebugFlags>10)?10:xkbDebugFlags)),
|
||||
file W32_tmpfile
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue