Change-Id: Ib44a8d34b809aeeafd99cd8d091a71283d5c96f7
%global version_patch 1
%global version_release 1
-%global force_openssl11 0
-
Name: webauthn-ble
Summary: Adaptation Layer of Web Authentication Service for BLE Authenticator
Version: %{version_major}.%{version_minor}.%{version_patch}
BuildRequires: pkgconfig(capi-network-bluetooth)
BuildRequires: pkgconfig(glib-2.0)
-%if 0%{?force_openssl11}
+%if 0%{?tizen_version_major} < 8
BuildRequires: pkgconfig(openssl1.1)
%else
BuildRequires: pkgconfig(openssl3)