[Title] Modify dibs build script for Windows.
authorKitae Kim <kt920.kim@samsung.com>
Thu, 17 May 2012 11:02:42 +0000 (20:02 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Thu, 17 May 2012 11:02:42 +0000 (20:02 +0900)
[Type]
[Module] emulator / DIBS
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

package/build.windows
tizen/qemu_configure.sh

index 7e4174a..fb4699f 100755 (executable)
@@ -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
index 1a0d421..3bf2d03 100755 (executable)
@@ -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