ack On Thu, Feb 7, 2019 at 4:01 PM Eduardo Lima (Etrunko) <etrunko@xxxxxxxxxx> wrote: > > Signed-off-by: Eduardo Lima (Etrunko) <etrunko@xxxxxxxxxx> > --- > meson.build | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/meson.build b/meson.build > index 8e540c9..1276fb9 100644 > --- a/meson.build > +++ b/meson.build > @@ -299,25 +299,20 @@ if d.found() > endif > > # lz4 > -spice_gtk_has_lz4 = false > d = dependency('liblz4', required : get_option('lz4')) > if d.found() > spice_glib_deps += d > spice_gtk_config_data.set('USE_LZ4', '1') > - spice_gtk_has_lz4 = true > endif > > # sasl > -spice_gtk_has_sasl = false > d = dependency('libsasl2', required : get_option('sasl')) > if d.found() > spice_glib_deps += d > spice_gtk_config_data.set('HAVE_SASL', '1') > - spice_gtk_has_sasl = true > endif > > # smartcard check > -spice_gtk_has_smartcard = false > d = dependency('libcacard', version : '>= 2.5.1', required : get_option('smartcard')) > if d.found() > spice_glib_deps += d > -- > 2.20.1 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/spice-devel -- Marc-André Lureau _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel