xorg-server: avoid runtime references to xorgserver-dev
This commit is contained in:
parent
8ec6f85c4e
commit
e153b68fce
1 changed files with 6 additions and 0 deletions
|
@ -409,6 +409,12 @@ in
|
|||
wrapProgram $out/bin/Xephyr \
|
||||
--set XKB_BINDIR "${xorg.xkbcomp}/bin" \
|
||||
--add-flags "-xkbdir ${xorg.xkeyboardconfig}/share/X11/xkb"
|
||||
( # assert() keeps runtime reference xorgserver-dev in xf86-video-intel and others
|
||||
cd "$dev"
|
||||
for f in include/xorg/*.h; do
|
||||
sed "1i#line 1 \"${attrs.name}/$f\"" -i "$f"
|
||||
done
|
||||
)
|
||||
'';
|
||||
passthru.version = version; # needed by virtualbox guest additions
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue