From: varinder.p Date: Wed, 13 Apr 2022 04:30:06 +0000 (+0530) Subject: Fixed no qt devel package error for windows cross build. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4141a4a414cece404f9f4bbfc7d58b6dca7c4b39;p=sdk%2Femulator%2Fqemu.git Fixed no qt devel package error for windows cross build. Change-Id: Ic3798ced8bc452901c538cb7f1880d11e52fba77 Signed-off-by: varinder.p --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index d31e1cc6ae..bcb4596a13 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -118,6 +118,12 @@ else export PKG_CONFIG_PATH=${TIZEN_SDK_DEV_PATH}/lib/pkgconfig:${PKG_CONFIG_PATH} fi +if [ -z ${PKG_CONFIG_LIBDIR} ] ; then + if [ ! -z "$CROSS_PREFIX" ] ; then + export PKG_CONFIG_LIBDIR=${TIZEN_SDK_DEV_PATH}/lib/pkgconfig + fi +fi + # append common options CONFIGURE_APPEND=" --target-list=$EMUL_TARGET_LIST