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:
38a18da
)
[Tizen] disable usd for riscv64 arch
accepted/tizen/unified/20250509.015144
accepted/tizen/unified/x/20250509.034538
author
sunghyun kim
<scholb.kim@samsung.com>
Thu, 8 May 2025 05:17:11 +0000
(14:17 +0900)
committer
sunghyun kim
<scholb.kim@samsung.com>
Thu, 8 May 2025 05:17:15 +0000
(14:17 +0900)
This reverts commit
7d88ee9a412253329fcc0a9fb5586d1860808a1b
.
Change-Id: I370575949443c8774da04e9aec14afbed4282e04
packaging/dali-toolkit.spec
patch
|
blob
|
history
diff --git
a/packaging/dali-toolkit.spec
b/packaging/dali-toolkit.spec
index 6dd67191f728e049136a13be797e8e7065bd685b..5751742ab70f3771c045e9197e2e5583b5da83a6 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