From 5b0717210ec183622d750718b92a8c7e42eb1ad3 Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Tue, 7 Jan 2014 13:50:07 +0900 Subject: [PATCH] remote: disabled unstable spice because runtime library dependency Change-Id: I4bc1f81ce602194854578a31d244adad6bbe2e1e Signed-off-by: sungmin ha --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- tizen/emulator_configure.sh | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package/changelog b/package/changelog index cd291c9..cd78a0f 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 26b9408..885458b 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 d56a052..89ce1cb 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 \ -- 2.7.4