Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / ozone / packaging / rpm / chromium-do-not-look-for-gtk2-when-using-aura.patch
1 Author: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
2
3 Since there is no GTK+2 package for Tizen 2.1 Mobile and we already use Aura
4 instead of GTK+2 directly, there should be no need to look for GTK+2 at all.
5
6 Upstreaming this patch depends on a hard GTK+2 dependency on
7 remoting/remoting.gyp being removed in chromium. It does not affect crosswalk
8 because we do not have any dependency on remoting.gyp.
9
10 Upstream patch: https://codereview.chromium.org/19531008
11 Depends on:     https://code.google.com/p/chromium/issues/detail?id=247213
12 --- src/build/linux/system.gyp
13 +++ src/build/linux/system.gyp
14 @@ -18,7 +18,7 @@
15      'linux_link_libbrlapi%': 0,
16    },
17    'conditions': [
18 -    [ 'chromeos==0', {
19 +    [ 'chromeos==0 and toolkit_uses_gtk==1', {
20        # Hide GTK and related dependencies for Chrome OS, so they won't get
21        # added back to Chrome OS. Don't try to use GTK on Chrome OS.
22        'targets': [