[3.0] (dali_env script) Add dimension defines to outputted setenv so it isn't fullscr... 74/98774/2
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 18 Nov 2016 11:16:44 +0000 (11:16 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 18 Nov 2016 15:54:07 +0000 (07:54 -0800)
Change-Id: Ia845134f3331d1e543c3f4724afeefe06d83f0b1
(cherry picked from commit 674625ab0ea80418655eb1f763f1817538adb2b0)

build/scripts/dali_env

index bb9db7c..eaa4677 100755 (executable)
@@ -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
 }