From e0e22e30d8d73e78aa3e6540dbf6f040f9f0429e Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Thu, 24 Apr 2014 11:17:09 +0900 Subject: [PATCH] build: add --disable-gtk option Change-Id: I1651303404594c814adea5718c223270f5b73ac5 Signed-off-by: Kitae Kim --- tizen/emulator_configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 55958d1..9410df8 100755 --- 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 -- 2.7.4