From f3c3d33c755b44f4095c57ed98326aec6310cee6 Mon Sep 17 00:00:00 2001 From: "Eunki, Hong" Date: Thu, 1 Jun 2023 08:52:05 +0900 Subject: [PATCH] [Tizen] Make Ubuntu use MSAA level 4 as default Change-Id: I116b05deac366c47533d4e232d42ad3a1c06c785 Signed-off-by: Eunki, Hong --- build/scripts/dali_env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/scripts/dali_env b/build/scripts/dali_env index 3a952dd..4d6d088 100755 --- a/build/scripts/dali_env +++ b/build/scripts/dali_env @@ -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 -- 2.7.4