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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Index of Archives]     [Linux Virtualization]     [Linux Virtualization]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]