spice: enable smartcard support
This commit is contained in:
parent
475da25b40
commit
02602b2c15
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, pixman, celt, alsaLib
|
{ stdenv, fetchurl, pkgconfig, pixman, celt, alsaLib
|
||||||
, openssl, libXrandr, libXfixes, libXext, libXrender, libXinerama
|
, openssl, libXrandr, libXfixes, libXext, libXrender, libXinerama
|
||||||
, libjpeg, zlib, spice-protocol, python, pyparsing, glib, cyrus_sasl
|
, libjpeg, zlib, spice-protocol, python, pyparsing, glib, cyrus_sasl
|
||||||
, lz4 }:
|
, libcacard, lz4 }:
|
||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pixman celt alsaLib openssl libjpeg zlib
|
buildInputs = [ pixman celt alsaLib openssl libjpeg zlib
|
||||||
libXrandr libXfixes libXrender libXext libXinerama
|
libXrandr libXfixes libXrender libXext libXinerama
|
||||||
python pyparsing glib cyrus_sasl lz4 ];
|
python pyparsing glib cyrus_sasl libcacard lz4 ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig spice-protocol ];
|
nativeBuildInputs = [ pkgconfig spice-protocol ];
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-sasl"
|
"--with-sasl"
|
||||||
"--disable-smartcard"
|
"--enable-smartcard"
|
||||||
"--enable-client"
|
"--enable-client"
|
||||||
"--enable-lz4"
|
"--enable-lz4"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user