diff options
author | SeokYeon Hwang <syeon.hwang@samsung.com> | 2015-09-10 21:19:10 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2015-09-11 15:31:13 +0900 |
commit | 0c71c68b7e4d6c711e706dc3ed9644b546b16130 (patch) | |
tree | 19c9a063d21d199c7eb1115aa8de8d862578c400 /tizen/emulator_configure.sh | |
parent | 78ac7b40d06a6ef9ca84538d1e2eee67dfe5b586 (diff) | |
download | qemu-0c71c68b7e4d6c711e706dc3ed9644b546b16130.tar.gz qemu-0c71c68b7e4d6c711e706dc3ed9644b546b16130.tar.bz2 qemu-0c71c68b7e4d6c711e706dc3ed9644b546b16130.zip |
build: removed statement in Makefile only for DIBS
Makefile should be indenpendant from build system. So all tasks only for DIBS is
moved to DIBS build script.
Change-Id: I39f66a29fef448ec2ade1aa0664924a8eca3fd0e
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
Diffstat (limited to 'tizen/emulator_configure.sh')
-rwxr-xr-x | tizen/emulator_configure.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 3c323f07aa..e90c7d36ee 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -115,6 +115,7 @@ CONFIGURE_APPEND=" --disable-bzip2 --disable-lzo --disable-snappy + --disable-gnutls --disable-gtk --disable-vnc --disable-spice |