From: sungmin ha Date: Tue, 24 Dec 2013 07:59:17 +0000 (+0900) Subject: remote: removed reconfigure code in virt-viewer X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~539 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F28%2F14128%2F1;p=sdk%2Femulator%2Fqemu.git remote: removed reconfigure code in virt-viewer Change-Id: Ic693dbdcf7a599b1edc1c84450373f273e1dc63e Signed-off-by: sungmin ha --- diff --git a/configure b/configure index cffff3e832..f1def8d78a 100755 --- a/configure +++ b/configure @@ -3073,6 +3073,7 @@ if test "$spice" != "no" ; then #include int main(void) { spice_server_new(); return 0; } EOF + echo ${PWD} export PKG_CONFIG_PATH=${PWD}/tizen/distrib/remote/output/lib/pkgconfig:${PKG_CONFIG_PATH} spice_cflags=$($pkg_config --cflags spice-protocol spice-server 2>/dev/null) spice_libs=$($pkg_config --libs spice-protocol spice-server 2>/dev/null) diff --git a/package/changelog b/package/changelog index 758576ba22..1bfc4f580e 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.7.9 +- removed reconfigure code in virt-viewer +== Sungmin Ha 2013-12-24 * 1.7.8 - added required package libvirt-dev to build == Sungmin Ha 2013-12-24 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index ce5bd2dff6..2ebcf7a5d2 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.7.8 +Version: 1.7.9 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/distrib/remote/client/virt-viewer-0.5.3/Makefile.in b/tizen/distrib/remote/client/virt-viewer-0.5.3/Makefile.in index c827528158..afe9d07232 100644 --- a/tizen/distrib/remote/client/virt-viewer-0.5.3/Makefile.in +++ b/tizen/distrib/remote/client/virt-viewer-0.5.3/Makefile.in @@ -366,7 +366,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - $(SHELL) ./config.status --recheck + $(SHELL) ./config.status +# $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF)