remote: added configure option for gtk 3 31/14131/1
authorsungmin ha <sungmin82.ha@samsung.com>
Tue, 24 Dec 2013 10:20:52 +0000 (19:20 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Tue, 24 Dec 2013 10:21:32 +0000 (19:21 +0900)
Change-Id: Iac125de7491711e39c0498e358550baf02cebc58
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
tizen/distrib/remote/build_linux.sh
tizen/emulator_configure.sh

index efa07c1..3e5e765 100755 (executable)
@@ -48,7 +48,7 @@ cd ${SPICE_GTK_PATH}
 cd ../../
 
 cd ${VIRT_VIEWER_PATH}
-./configure --prefix=$PREFIX && make -j$NUMCPU && make install
+./configure --prefix=$PREFIX --with-gtk=3.0 && make -j$NUMCPU && make install
 cd ../../
 
 mkdir -p ../../emulator/remote/bin
index e523b5b..b93bb61 100755 (executable)
@@ -232,6 +232,7 @@ 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}
+echo "PKG_CONFIG_PATH="${PKG_CONFIG_PATH}
 exec ./configure \
  --enable-werror \
  --audio-drv-list=alsa \