Since the libdivsufsort package is not required for movable profile, it
is excluded.
Change-Id: I67d8bc2e43643d707da348265a4200c7f7153f0c
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
BuildRequires: cmake
BuildRequires: pkgconfig(libbrotlienc)
-%if "%{tizen_profile_name}" != "tv"
+%if "%{tizen_profile_name}" != "tv" && "%{mv_prj}" != "1"
BuildRequires: pkgconfig(libdivsufsort)
%endif
%setup -q
%cmake . \
-DINSTALL_PATH=%{bin_install_path} \
-%if "%{tizen_profile_name}" == "tv"
+%if "%{tizen_profile_name}" == "tv" || "%{mv_prj}" == "1"
-DDISABLE_LIBDIVSUFSORT=1
%else
-DDISABLE_LIBDIVSUFSORT=0