From: sungmin ha Date: Tue, 7 Jan 2014 04:50:07 +0000 (+0900) Subject: remote: disabled unstable spice because runtime library dependency X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~525 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b0717210ec183622d750718b92a8c7e42eb1ad3;p=sdk%2Femulator%2Fqemu.git remote: disabled unstable spice because runtime library dependency Change-Id: I4bc1f81ce602194854578a31d244adad6bbe2e1e Signed-off-by: sungmin ha --- diff --git a/package/changelog b/package/changelog index cd291c9875..cd78a0f121 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.7.14 +- disabled unstable spice because runtime library dependency +== Sungmin Ha 2013-01-07 * 1.7.13 - enabled spice == Sungmin Ha 2014-01-03 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 26b9408e3e..885458b8af 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.7.13 +Version: 1.7.14 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index d56a0521a5..89ce1cbcfd 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -231,7 +231,7 @@ cd .. echo "" echo "##### QEMU configuring for emulator" echo "##### QEMU configure append:" $CONFIGURE_APPEND -export PKG_CONFIG_PATH=${PWD}/tizen/distrib/remote/output/lib/pkgconfig:${PKG_CONFIG_PATH} +#export PKG_CONFIG_PATH=${PWD}/tizen/distrib/remote/output/lib/pkgconfig:${PKG_CONFIG_PATH} exec ./configure \ --enable-werror \ --audio-drv-list=alsa \