The following build flags are already the default for common trunk (see build/supplement.gypi):
- use_kerberos=0
- enable_automation=0
- remoting=0
- enable_google_now=0
- use_cups=0
Removed enable_language_detection as this is no longer used anywhere.
Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=4403
Signed-off-by: Laszlo Gombos <l.gombos@samsung.com>
Change-Id: I2c9fc21af05b42f5e9f99e4302a9aceaff8487c3
DEFINES="OS=linux"
DEFINES+=" host_os=${host_os} host_arch=${host_arch} python_ver=${python_ver}"
-DEFINES+=" use_libjpeg_turbo=0 use_kerberos=0 enable_automation=0 remoting=0"
-DEFINES+=" enable_google_now=0 enable_language_detection=0 proprietary_codecs=1"
-DEFINES+=" use_cups=0 use_xi2_mt=2 toolkit_uses_gtk=0 use_aura=1 toolkit_efl=1"
+DEFINES+=" use_libjpeg_turbo=0 proprietary_codecs=1"
+DEFINES+=" use_xi2_mt=2 toolkit_uses_gtk=0 use_aura=1 toolkit_efl=1"
DEFINES+=" use_gstreamer=1"
echo "[M37] TODO: Fix and re-enable notifications (edit build/envsetup.sh)"
-Defl_impl_dir=${TOPDIR}/impl \
-DOS=linux \
-Duse_libjpeg_turbo=0 \
- -Duse_kerberos=0 \
- -Denable_automation=0 \
- -Dremoting=0 \
- -Denable_google_now=0 \
- -Denable_language_detection=0 \
-Dproprietary_codecs=1 \
- -Duse_cups=0 \
-Duse_xi2_mt=2 \
-Dtoolkit_uses_gtk=0 \
-Dtoolkit_efl=1 \