Check the desktop variable for supporting desktop browsing. 93/10093/2
authorJoone Hur <joone.hur@intel.com>
Tue, 17 Sep 2013 21:54:01 +0000 (14:54 -0700)
committerJoone Hur <joone.hur@intel.com>
Tue, 17 Sep 2013 23:12:27 +0000 (16:12 -0700)
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

packaging/webkit2-efl.spec

index 6c54353..45234da 100644 (file)
@@ -1,6 +1,6 @@
 %bcond_with mesa
 %bcond_with wayland
-%bcond_with ivi
+%bcond_with desktop
 Name: webkit2-efl
 Summary: Webkit2 EFL
 Version: 123997_0.11.47
@@ -176,7 +176,7 @@ then
 %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>" \