[Spice-devel] [PATCH spice-gtk 1/2] meson: Drop unused spice_gtk_has_* variables
Eduardo Lima (Etrunko)
etrunko at redhat.com
Thu Feb 7 15:01:24 UTC 2019
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
More information about the Spice-devel
mailing list