Share more configuration options between desktop and Tizen builds
authorYoungcheol Kang <ychul.kang@samsung.com>
Tue, 4 Aug 2015 05:05:28 +0000 (14:05 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
This patch cherry-picked from the dev/master by Laszlo Gombos
Origin Patch : http://165.213.202.130/gerrit/#/c/83779

Sharing more options makes the desktop build closer
to Tizen specific builds and enablers better simulation
of Tizen environment on desktop.

This change also disables alsa, gconf, kerberos for
desktop builds.

Bug: None.

Change-Id: I7364cf703b8f20c1692a274de7d8c0a84c8fae0e
Signed-off-by: Youngcheol Kang <ychul.kang@samsung.com>
tizen_src/build/gyp_chromiumefl.sh

index 8467b33..3ebcf54 100755 (executable)
@@ -68,8 +68,11 @@ fi
 COMMON_GYP_PARAMETERS="
                       -Duse_libjpeg_turbo=1
                       -Dproprietary_codecs=1
+                      -Duse_alsa=0
                       -Duse_aura=0
                       -Duse_efl=1
+                      -Duse_gconf=0
+                      -Duse_kerberos=0
                       -Duse_ozone=1
                       -Dozone_auto_platforms=0
                       -Dozone_platform_wayland=0
@@ -118,9 +121,6 @@ add_tizen_flags() {
                               -Dpython_ver=$(getPythonVersion)
                               -Denable_basic_printing=1
                               -Denable_print_preview=1
-                              -Duse_kerberos=0
-                              -Duse_gconf=0
-                              -Duse_alsa=0
                               -Dclang=0
                               -Dlinux_use_bundled_gold=0
                               -Dlinux_use_bundled_binutils=0