[Meta][Tizen][dev] Support 2.3 profile
authorAntonio Gomes <a1.gomes@samsung.com>
Mon, 29 Sep 2014 02:15:18 +0000 (11:15 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
ewebkit-ext package is only available on Tizen 2.1
package repositories. Given that 'dev' branch only
supports Tizen 2.3 for mobile builds now, lets remove
this dependency.

Note that 'beta' branch still has guard checks with
"if tizen_profile == 2.1" for including this package;
it conditionally enables TIZEN_CONTENT_DETECTION
feature in Tizen 2.1 builds by make use of 'ewebkit-ext'.
However, TV does not need this feature, and Tizen 2.3
mobile will reimplement this dependency to avoid
depending on WebKit packages.

It is safe to remove.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=5477

Change-Id: Ie5fab3856553c406bc2fcce4866072a6d5abb605
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/impl/chromium-efl-deps.gyp
tizen_src/packaging/chromium-efl.spec

index 9ce1685..582f0bb 100644 (file)
               ],
               'cflags': [
                 '<!@(<(pkg-config) --cflags efl-assist)',
-                '<!@(<(pkg-config) --cflags ewebkit2-ext)',
               ],
             },
             'link_settings': {
               ],
               'libraries': [
                 '<!@(<(pkg-config) --libs-only-l efl-assist)',
-                '<!@(<(pkg-config) --libs-only-l ewebkit2-ext)',
               ],
             },
           }],
index 8348e6a..eeaaeca 100755 (executable)
@@ -75,7 +75,6 @@ BuildRequires: pkgconfig(libexif)
 BuildRequires: pkgconfig(nspr)
 BuildRequires: pkgconfig(zlib)
 %if %{!?TIZEN_PROFILE_TV:1}%{?TIZEN_PROFILE_TV:0}
-BuildRequires: pkgconfig(ewebkit2-ext)
 BuildRequires: bzip2-devel
 BuildRequires: pkgconfig(vpx)
 BuildRequires: pkgconfig(efl-assist)