Commit 924f47 did this for autotools, do the same for meson. Signed-off-by: Eduardo Lima (Etrunko) <etrunko@xxxxxxxxxx> --- common/messages.h | 4 ---- meson.build | 6 ------ 2 files changed, 10 deletions(-) diff --git a/common/messages.h b/common/messages.h index 2399b08..3e37235 100644 --- a/common/messages.h +++ b/common/messages.h @@ -34,13 +34,9 @@ #include <spice/protocol.h> #include <spice/macros.h> -#ifdef USE_SMARTCARD_012 -#include <vscard_common.h> -#else #ifdef USE_SMARTCARD #include <libcacard.h> #endif -#endif #include "draw.h" diff --git a/meson.build b/meson.build index 5fe735f..d7b7d1a 100644 --- a/meson.build +++ b/meson.build @@ -152,12 +152,6 @@ if get_option('smartcard') if smartcard_dep.found() spice_common_deps += smartcard_dep spice_common_config_data.set('USE_SMARTCARD', '1') - else - smartcard012_dep = dependency('libcacard', required : false, version : '>= 0.1.2') - if smartcard012_dep.found() - spice_common_deps += smartcard012_dep - spice_common_config_data.set('USE_SMARTCARD_012', '1') - endif endif endif -- 2.20.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel