Teach xkb how to optionally run xkbcomp from $bindir instead of

$datadir/xkb.
This commit is contained in:
Kristian Høgsberg 2005-09-01 19:56:14 +00:00
commit 287336f3c9
3 changed files with 16 additions and 3 deletions

View file

@ -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
);