mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
xorgserver: Update xkbcomp-path patch
_XkbDupString was migrated to Xstrdup
This commit is contained in:
parent
13c5b75b80
commit
d6d6b623c9
@ -9,7 +9,7 @@ diff -rc xorg-server-X11R7.2-1.2.0-orig/xkb/xkbInit.c xorg-server-X11R7.2-1.2.0/
|
||||
}
|
||||
+ char *xkbBinDir = getenv("XKB_BINDIR");
|
||||
+ if (xkbBinDir)
|
||||
+ XkbBinDirectory = _XkbDupString(xkbBinDir);
|
||||
+ XkbBinDirectory = Xstrdup(xkbBinDir);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user