fixup! Merge efl-port POC code into tizen_src
authorPiotr Tworek <p.tworek@samsung.com>
Fri, 6 Mar 2015 03:03:22 +0000 (12:03 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Make sure we don't need to specify building_for_tizen_mobile gyp flag.
The default value of 0 should be used when the user does not define the
flag.

Change-Id: I142514d399d8c5157012ab37095e7de6e33b2c19
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/supplement.gypi

index 154b327..d8b49b0 100644 (file)
 
     'chromium_efl_tizen_version%': '2.4',
 
-    'conditions': [
-      ['building_for_tizen_mobile==1', {
-        'gcc_4_6_x': 1,
-      }, {
-        'gcc_4_6_x': 0,
-      }],
-    ],
-
     'grit_additional_defines': [ '-D', 'use_efl' ],
   },
 
@@ -68,7 +60,7 @@
       }],
 
       # Mobile gcc 4.6.x hack begin
-      ['gcc_4_6_x==1', {
+      ['clang==0 and gcc_version <= 4.6', {
         'defines': [
           'GCC_4_6_X=1',
           'override=',