diff options
author | cookie <cookie@samsung.com> | 2017-06-12 07:50:32 +0000 |
---|---|---|
committer | cookie <cookie@samsung.com> | 2017-06-12 07:50:32 +0000 |
commit | 8e04a66e835493271ccb0a2c75fac8a95157731a (patch) | |
tree | 3e03b94d66fbd5a5057789d12a1d1534d6d27878 | |
parent | 0449439b65a4639b201833f89839d66894010369 (diff) | |
download | browser-8e04a66e835493271ccb0a2c75fac8a95157731a.tar.gz browser-8e04a66e835493271ccb0a2c75fac8a95157731a.tar.bz2 browser-8e04a66e835493271ccb0a2c75fac8a95157731a.zip |
Disable PWA popupsubmit/tizen/20170612.075556accepted/tizen/unified/20170612.171237
Change-Id: If75575d52ac39600110ac656f3df998125942879
Signed-off-by: cookie <cookie@samsung.com>
-rwxr-xr-x | CMakeLists.txt | 2 | ||||
-rwxr-xr-x | packaging/org.tizen.browser.spec | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d99994..10d682c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ option(TIZEN_BUILD "Build for Tizen. Default ON" ON) option(DYN_INT_LIBS "Buils internal libs as dynamic" ON) option(COVERAGE_STATS "Code coverage" OFF) option(DUMMY_BUTTON "Build With Dummy Button" ON) -option(PWA "Build with PWA" ON) +option(PWA "Build with PWA" OFF) option(PWE_SHUB "Build for PWE_SHUB" ON) #Enable C++14 support diff --git a/packaging/org.tizen.browser.spec b/packaging/org.tizen.browser.spec index 910eb4b..ede7be1 100755 --- a/packaging/org.tizen.browser.spec +++ b/packaging/org.tizen.browser.spec @@ -2,7 +2,7 @@ Name: org.tizen.browser-profile_mobile Summary: Tizen Open Browser -Version: 4.0.1 +Version: 4.0.2 Release: 0 Provides: org.tizen.browser = %{version}-%{release} Conflicts: org.tizen.browser-profile_common |