Update x11vnc arguments

svn path=/nixpkgs/trunk/; revision=18171
This commit is contained in:
Michael Raskin 2009-11-05 22:27:46 +00:00
parent 9d3ccc5116
commit ddae0905e3
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,8 @@ args : with args; with builderDefs;
buildInputs = [libXfixes fixesproto openssl libXdamage damageproto
zlib libX11 xproto libjpeg libXtst libXinerama xineramaproto
libXrandr randrproto libXext xextproto inputproto recordproto];
libXrandr randrproto libXext xextproto inputproto recordproto libXi
libXrender renderproto];
configureFlags = [];
});
in with localDefs;

View File

@ -7783,7 +7783,8 @@ let
inherit builderDefs openssl zlib libjpeg ;
inherit (xlibs) libXfixes fixesproto libXdamage damageproto
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") {