From 26af90d61d49526a5692e602ab98133f4c7549ea Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Mon, 24 Aug 2015 13:28:42 +0900 Subject: [PATCH] configure: quorum is deprecated Change-Id: Icb61917b9702b59dc480994f42ef7bc3cb0f3ba3 Signed-off-by: SeokYeon Hwang --- tizen/emulator_configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index d6cd88d..29ddb5e 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -79,7 +79,7 @@ if [ -z "$EMUL_TARGET_LIST" ] ; then fi # append common flags -CONFIGURE_APPEND="--target-list=$EMUL_TARGET_LIST --enable-yagl --enable-curl --enable-vigs --enable-maru --enable-qt --enable-libav --enable-libpng --disable-sdl --disable-gtk --disable-vnc --disable-spice --disable-curses --disable-quorum --disable-xen $CONFIGURE_APPEND" +CONFIGURE_APPEND="--target-list=$EMUL_TARGET_LIST --enable-yagl --enable-curl --enable-vigs --enable-maru --enable-qt --enable-libav --enable-libpng --disable-sdl --disable-gtk --disable-vnc --disable-spice --disable-curses --disable-xen $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 -- 2.7.4