treewide/xorg: replace *proto with xorgproto
This commit is contained in:
committed by
Robin Gloster
parent
51d6b1bdec
commit
f4a53ff3bc
@@ -29,14 +29,13 @@ in buildPythonApplication rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig gobject-introspection wrapGAppsHook ];
|
||||
buildInputs = [
|
||||
buildInputs = with xorg; [
|
||||
libX11 xorgproto libXrender libXi
|
||||
libXtst libXfixes libXcomposite libXdamage
|
||||
libXrandr libxkbfile
|
||||
] ++ [
|
||||
cython
|
||||
|
||||
xorg.libX11 xorg.renderproto xorg.libXrender xorg.libXi xorg.inputproto xorg.kbproto
|
||||
xorg.randrproto xorg.damageproto xorg.compositeproto xorg.xextproto xorg.recordproto
|
||||
xorg.xproto xorg.fixesproto xorg.libXtst xorg.libXfixes xorg.libXcomposite xorg.libXdamage
|
||||
xorg.libXrandr xorg.libxkbfile
|
||||
|
||||
pango cairo gdk_pixbuf atk gtk3 glib
|
||||
|
||||
ffmpeg libvpx x264 libwebp
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, fetchurl
|
||||
, fontsproto, randrproto, renderproto, videoproto, xf86dgaproto, xorgserver, xproto
|
||||
, xorgproto, xorgserver
|
||||
, pkgconfig
|
||||
, xpra }:
|
||||
|
||||
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
./0005-support-for-30-bit-depth-in-dummy-driver.patch
|
||||
];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ fontsproto randrproto renderproto videoproto xf86dgaproto xorgserver xproto ];
|
||||
buildInputs = [ xorgproto xorgserver ];
|
||||
|
||||
meta = {
|
||||
description = "Dummy driver for Xorg with xpra patches";
|
||||
|
||||
Reference in New Issue
Block a user