[Spice-devel] [PATCH spice-gtk 1/2] meson: Drop unused spice_gtk_has_* variables

Marc-André Lureau marcandre.lureau at gmail.com
Thu Feb 7 15:37:20 UTC 2019


ack

On Thu, Feb 7, 2019 at 4:01 PM Eduardo Lima (Etrunko)
<etrunko at redhat.com> wrote:
>
> Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
> ---
>  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 at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/spice-devel



-- 
Marc-André Lureau


More information about the Spice-devel mailing list