build: disable quorum feature to remove dependency on gnutls. 35/32835/4
authorAlice Liu <alice.liu@intel.com>
Fri, 26 Dec 2014 01:58:58 +0000 (09:58 +0800)
committerKitae Kim <kt920.kim@samsung.com>
Fri, 26 Dec 2014 02:57:04 +0000 (11:57 +0900)
Change-Id: Ia95b23b6479651a7e662e037c040481bf2fc0874
Signed-off-by: Alice Liu <alice.liu@intel.com>
tizen/emulator_configure.sh

index 8c6913d..b9f59d4 100755 (executable)
@@ -183,7 +183,7 @@ else
 fi
 
 # append common flags
-CONFIGURE_APPEND="--enable-maru --enable-libav --enable-curl --enable-libpng --disable-gtk $CONFIGURE_APPEND"
+CONFIGURE_APPEND="--enable-maru --enable-libav --enable-curl --enable-libpng --disable-gtk --disable-quorum $CONFIGURE_APPEND"
 
 if [ -z ${PKG_CONFIG_PATH} ] ; then    # avoid pkg-config bug on Windows
 export PKG_CONFIG_PATH=${TIZEN_SDK_DEV_PATH}/distrib/lib/pkgconfig