mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
* More fixes to get a basic X server running (keyboard, mouse, i810
graphics). svn path=/nixpkgs/trunk/; revision=4198
This commit is contained in:
parent
a21e96548a
commit
3f2c3a6066
@ -300,7 +300,8 @@ rec {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/xorg/xf86-video-i810-1.4.0.1.tar.bz2;
|
||||
md5 = "9672a46773966c72d2d46e515c0324be";
|
||||
};
|
||||
buildInputs = [pkgconfig xorgserver xproto libXvMC libdrm xf86driproto ];
|
||||
buildInputs = [pkgconfig xorgserver xproto libXvMC libdrm xf86driproto randrproto renderproto mesa glproto fontsproto ];
|
||||
# !!! possible "randrproto renderproto" should be propagated by xorg-server
|
||||
};
|
||||
|
||||
libXtst = stdenv.mkDerivation {
|
||||
@ -435,7 +436,7 @@ rec {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/xorg/xf86-input-mouse-1.0.0.1.tar.bz2;
|
||||
md5 = "43712cd2961c22103827af04a228b4ff";
|
||||
};
|
||||
buildInputs = [pkgconfig xorgserver xproto ];
|
||||
buildInputs = [pkgconfig xorgserver xproto randrproto inputproto ];
|
||||
};
|
||||
|
||||
trapproto = stdenv.mkDerivation {
|
||||
@ -768,7 +769,8 @@ rec {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/xorg/xf86-input-keyboard-1.0.0.1.tar.bz2;
|
||||
md5 = "6d85c8ef6dd037f8824f0fe339383913";
|
||||
};
|
||||
buildInputs = [pkgconfig xorgserver xproto ];
|
||||
buildInputs = [pkgconfig xorgserver xproto randrproto inputproto kbproto ];
|
||||
# real bug: inputproto kbproto
|
||||
};
|
||||
|
||||
xclipboard = stdenv.mkDerivation {
|
||||
|
Loading…
Reference in New Issue
Block a user