Update x11vnc arguments
svn path=/nixpkgs/trunk/; revision=18171
This commit is contained in:
parent
9d3ccc5116
commit
ddae0905e3
@ -8,7 +8,8 @@ args : with args; with builderDefs;
|
|||||||
|
|
||||||
buildInputs = [libXfixes fixesproto openssl libXdamage damageproto
|
buildInputs = [libXfixes fixesproto openssl libXdamage damageproto
|
||||||
zlib libX11 xproto libjpeg libXtst libXinerama xineramaproto
|
zlib libX11 xproto libjpeg libXtst libXinerama xineramaproto
|
||||||
libXrandr randrproto libXext xextproto inputproto recordproto];
|
libXrandr randrproto libXext xextproto inputproto recordproto libXi
|
||||||
|
libXrender renderproto];
|
||||||
configureFlags = [];
|
configureFlags = [];
|
||||||
});
|
});
|
||||||
in with localDefs;
|
in with localDefs;
|
||||||
|
@ -7783,7 +7783,8 @@ let
|
|||||||
inherit builderDefs openssl zlib libjpeg ;
|
inherit builderDefs openssl zlib libjpeg ;
|
||||||
inherit (xlibs) libXfixes fixesproto libXdamage damageproto
|
inherit (xlibs) libXfixes fixesproto libXdamage damageproto
|
||||||
libX11 xproto libXtst libXinerama xineramaproto libXrandr randrproto
|
libX11 xproto libXtst libXinerama xineramaproto libXrandr randrproto
|
||||||
libXext xextproto inputproto recordproto;
|
libXext xextproto inputproto recordproto libXi renderproto
|
||||||
|
libXrender;
|
||||||
};
|
};
|
||||||
|
|
||||||
x2vnc = composedArgsAndFun (selectVersion ../tools/X11/x2vnc "1.7.2") {
|
x2vnc = composedArgsAndFun (selectVersion ../tools/X11/x2vnc "1.7.2") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user