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
+2 -1
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;