From 751977de4ea82088191c52b7c26af7e2cc5bf3e4 Mon Sep 17 00:00:00 2001 From: Joone Hur Date: Tue, 17 Sep 2013 14:54:01 -0700 Subject: [PATCH] Check the desktop variable for supporting desktop browsing. 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/webkit2-efl.spec b/packaging/webkit2-efl.spec index 6c54353..45234da 100644 --- a/packaging/webkit2-efl.spec +++ b/packaging/webkit2-efl.spec @@ -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=" ruT " \ -- 2.7.4