projects
/
platform
/
core
/
uifw
/
dali-toolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331624d
)
[Tizen] disable usd for riscv64 arch
accepted/tizen_unified
accepted/tizen_unified_x
tizen
accepted/tizen/unified/20250611.121130
accepted/tizen/unified/x/20250611.211736
author
ANZ1217
<chihun.jeong@samsung.com>
Thu, 5 Jun 2025 05:30:50 +0000
(14:30 +0900)
committer
Seungho Baek
<sbsh.baek@samsung.com>
Tue, 10 Jun 2025 11:11:56 +0000
(20:11 +0900)
This reverts commit
a1a904a3f50d4ef20741ceb9cad92ca42b2db6af
.
packaging/dali-toolkit.spec
patch
|
blob
|
history
diff --git
a/packaging/dali-toolkit.spec
b/packaging/dali-toolkit.spec
index 026cc7b6c2da6d906700fc9c1b798374bace539d..a1e79b092efcd6090c755f08e0fe8d74639b4d39 100644
(file)
--- a/
packaging/dali-toolkit.spec
+++ b/
packaging/dali-toolkit.spec
@@
-7,6
+7,16
@@
License: Apache-2.0 and BSD-3-Clause and MIT
URL: https://review.tizen.org/git/?p=platform/core/uifw/dali-toolkit.git;a=summary
Source0: %{name}-%{version}.tar.gz
+%ifnarch riscv64
+%if 0%{?tizen_version_major} > 9
+%define enable_usd_loader 1
+%else
+%define enable_usd_loader 0
+%endif
+%else
+%define enable_usd_loader 0
+%endif
+
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: cmake