mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
Re-propagate libdrm
This commit is contained in:
parent
935a054de9
commit
1f4c079bc3
@ -81,13 +81,16 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig python makedepend file flex bison ];
|
nativeBuildInputs = [ pkgconfig python makedepend file flex bison ];
|
||||||
|
|
||||||
propagatedBuildInputs = with xorg; [ libXdamage libXxf86vm ];
|
propagatedBuildInputs = with xorg; [ libXdamage libXxf86vm ]
|
||||||
|
++
|
||||||
|
stdenv.lib.optionals stdenv.isLinux [libdrm]
|
||||||
|
;
|
||||||
buildInputs = with xorg; [
|
buildInputs = with xorg; [
|
||||||
autoconf automake libtool intltool expat libxml2Python llvm
|
autoconf automake libtool intltool expat libxml2Python llvm
|
||||||
libXfixes glproto dri2proto libX11 libXext libxcb libXt
|
libXfixes glproto dri2proto libX11 libXext libxcb libXt
|
||||||
libffi wayland
|
libffi wayland
|
||||||
] ++ stdenv.lib.optionals enableExtraFeatures [ /*libXvMC*/ libvdpau ]
|
] ++ stdenv.lib.optionals enableExtraFeatures [ /*libXvMC*/ libvdpau ]
|
||||||
++ stdenv.lib.optional stdenv.isLinux [libdrm udev]
|
++ stdenv.lib.optional stdenv.isLinux [udev]
|
||||||
;
|
;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user