parent
a479aafb75
commit
c78ba70c2f
|
@ -81,9 +81,10 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig python makedepend file flex bison ];
|
nativeBuildInputs = [ pkgconfig python makedepend file flex bison ];
|
||||||
|
|
||||||
|
propagatedBuildInputs = with xorg; [ libdrm libXdamage libXxf86vm ];
|
||||||
buildInputs = with xorg; [
|
buildInputs = with xorg; [
|
||||||
autoconf automake libtool intltool expat libxml2Python udev llvm
|
autoconf automake libtool intltool expat libxml2Python udev llvm
|
||||||
libdrm libXxf86vm libXfixes libXdamage 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 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue