From: Adeel Kazmi Date: Fri, 18 Nov 2016 11:16:44 +0000 (+0000) Subject: [3.0] (dali_env script) Add dimension defines to outputted setenv so it isn't fullscr... X-Git-Tag: accepted/tizen/3.0/common/20161207.195845~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F74%2F98774%2F2;p=platform%2Fcore%2Fuifw%2Fdali-core.git [3.0] (dali_env script) Add dimension defines to outputted setenv so it isn't fullscreen by default Change-Id: Ia845134f3331d1e543c3f4724afeefe06d83f0b1 (cherry picked from commit 674625ab0ea80418655eb1f763f1817538adb2b0) --- diff --git a/build/scripts/dali_env b/build/scripts/dali_env index bb9db7c..eaa4677 100755 --- a/build/scripts/dali_env +++ b/build/scripts/dali_env @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (c) 2014 Samsung Electronics Co., Ltd. +# Copyright (c) 2016 Samsung Electronics Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -228,6 +228,9 @@ export LD_LIBRARY_PATH=$install_path/lib:\$LD_LIBRARY_PATH export INCLUDEDIR=$install_path/include export PKG_CONFIG_PATH=$install_path/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig +export DALI_WINDOW_WIDTH=480 +export DALI_WINDOW_HEIGHT=800 + EOF }