From fc89751aab28e702a6d82e9f636495c3774bceed Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Thu, 17 May 2012 20:02:42 +0900 Subject: [PATCH] [Title] Modify dibs build script for Windows. [Type] [Module] emulator / DIBS [Priority] [CQ#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- package/build.windows | 2 +- tizen/qemu_configure.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/build.windows b/package/build.windows index 7e4174a..fb4699f 100755 --- a/package/build.windows +++ b/package/build.windows @@ -8,7 +8,7 @@ clean() cd $SRCDIR/tizen/ if test -e "Makefile" then - ./qemu_configure.sh + ./qemu_configure.sh "$BUILD_CFLAGS $BUILD_LDFLAGS" make clean fi rm -rf $SRCDIR/*.zip diff --git a/tizen/qemu_configure.sh b/tizen/qemu_configure.sh index 1a0d421..3bf2d03 100755 --- a/tizen/qemu_configure.sh +++ b/tizen/qemu_configure.sh @@ -34,7 +34,7 @@ exec ./configure \ --enable-ldst-optimization \ --enable-hax \ --enable-maru \ - --enable-gl + --enable-gl $1 # --enable-ffmpeg # --disable-vnc-jpeg \ # --disable-jpeg -- 2.7.4