mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-11 17:52:27 +00:00
meson: Bump libcacard requirement to 2.5.1
Commit 924f47 did this for autotools, do the same for meson. Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
3e116a6c71
commit
413da761ec
@ -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"
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user