configure: change minimum macosx version
authorMunkyu Im <munkyu.im@samsung.com>
Thu, 30 Jun 2016 11:18:43 +0000 (20:18 +0900)
committerMunkyu Im <munkyu.im@samsung.com>
Tue, 5 Jul 2016 05:53:21 +0000 (14:53 +0900)
@rpath is available from macosx 10.5
10.5 version is too low to support tizen sdk.
10.7 version might be the reasonable minimum version.

Change-Id: Ic664b62543b154528a63cd53bb38b9e0b72d3b02
Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
tizen/emulator_configure.sh

index bb6e040602c5e90ae2565abdc929a255dea68939..c812ffdf44c2b893d6554fa8dde85883939b8dfa 100755 (executable)
@@ -190,7 +190,7 @@ export PKG_CONFIG_PATH=${TIZEN_SDK_DEV_PATH}/lib/pkgconfig
 else
 export PKG_CONFIG_PATH=${TIZEN_SDK_DEV_PATH}/lib/pkgconfig:${PKG_CONFIG_PATH}
 fi
-
+echo "PKG_CONFIG_PATH:" $PKG_CONFIG_PATH
 case $targetos in
 Linux*)
 cd ..
@@ -232,7 +232,8 @@ echo "##### QEMU configuring for emulator"
 echo "##### QEMU configure append:" $CONFIGURE_APPEND
 ./configure \
  --enable-werror \
- --extra-cflags=-mmacosx-version-min=10.4 \
+ --extra-cflags=-mmacosx-version-min=10.7 \
+ --extra-cflags=-Wno-deprecated-declarations \
  --audio-drv-list=coreaudio \
  --enable-shm \
  --enable-hax \