fixup! [Tizen][TV] Support mouse cursor on product tv 80/159880/10
authorYoungsoo Choi <kenshin.choi@samsung.com>
Mon, 13 Nov 2017 10:46:18 +0000 (19:46 +0900)
committerSungsik Han <ss440.han@samsung.com>
Tue, 14 Nov 2017 05:51:23 +0000 (05:51 +0000)
The flag tizen_product_tv is set to 0 as default.

>> name 'tizen_product_tv' is not defined
>> while evaluating condition 'tizen_product_tv==1' in electron.gyp

Change-Id: I9e5a7a6ef4f86c543aa49e4dfa80c9d692e4c9a1
Signed-off-by: Youngsoo Choi <kenshin.choi@samsung.com>
common.gypi

index 0fc2db7..125bcb1 100644 (file)
@@ -25,6 +25,7 @@
     'use_efl%': 0,
     'desktop_linux%': 0,
     'is_tizen%': 0,
+    'tizen_product_tv%': 0,
     'use_openssl_def': 0,
     'OPENSSL_PRODUCT': 'libopenssl.a',
     'node_release_urlbase': 'https://atom.io/download/atom-shell',