Make Ubuntu use MSAA level 4 as default 97/293597/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 31 May 2023 23:52:05 +0000 (08:52 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 31 May 2023 23:52:05 +0000 (08:52 +0900)
Change-Id: I116b05deac366c47533d4e232d42ad3a1c06c785
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
build/scripts/dali_env

index 3a952dd..4d6d088 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# Copyright (c) 2021 Samsung Electronics Co., Ltd.
+# Copyright (c) 2023 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.
@@ -217,6 +217,7 @@ 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 DOTNET_CLI_TELEMETRY_OPTOUT=1
+export DALI_MULTI_SAMPLING_LEVEL=4
 export DALI_WINDOW_WIDTH=480
 export DALI_WINDOW_HEIGHT=800