projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5219ae
)
build: add --disable-gtk option
73/19973/1
author
Kitae Kim
<kt920.kim@samsung.com>
Thu, 24 Apr 2014 02:17:09 +0000
(11:17 +0900)
committer
Kitae Kim
<kt920.kim@samsung.com>
Thu, 24 Apr 2014 02:17:09 +0000
(11:17 +0900)
Change-Id: I1651303404594c814adea5718c223270f5b73ac5
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/emulator_configure.sh
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index
55958d1
..
9410df8
100755
(executable)
--- a/
tizen/emulator_configure.sh
+++ b/
tizen/emulator_configure.sh
@@
-216,7
+216,7
@@
else
fi
# append common flags
-CONFIGURE_APPEND="--enable-maru --enable-libav --enable-curl $CONFIGURE_APPEND"
+CONFIGURE_APPEND="--enable-maru --enable-libav --enable-curl
--disable-gtk
$CONFIGURE_APPEND"
if [ -z ${PKG_CONFIG_PATH} ] ; then # avoid pkg-config bug on Windows
export PKG_CONFIG_PATH=${TIZEN_SDK_DEV_PATH}/distrib/lib/pkgconfig