The ivi variable was removed from the build configuration file, so the desktop variable is used to check whether desktop browsing is supported or not.
Change-Id: Ic34142f634553c9f72423a44dffb84015b81e772
%bcond_with mesa
%bcond_with wayland
-%bcond_with ivi
+%bcond_with desktop
Name: webkit2-efl
Summary: Webkit2 EFL
Version: 123997_0.11.47
%if %{with mesa}
-DUSE_MESA=On \
%endif
-%if %{with ivi}
+%if %{with desktop}
-DENABLE_TIZEN_DESKTOP_BROWSING=On \
%endif
-DCMAKE_CXX_ARCHIVE_APPEND="<CMAKE_AR> ruT <TARGET> <LINK_FLAGS> <OBJECTS>" \