Skip to content

Commit

Permalink
dotnet runtime: remove cross/libicu dependency
Browse files Browse the repository at this point in the history
- dotnet-runtime and dotnet8-runtime do not need bundled libicu
  • Loading branch information
hgy59 committed Dec 7, 2024
1 parent a650eb8 commit 82fa58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spk/dotnet-runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SPK_REV = 7
SPK_ICON = src/dotnet.png

OPTIONAL_DEPENDS = cross/libstdc++
DEPENDS = cross/libicu cross/dotnet-runtime
DEPENDS = cross/dotnet-runtime

REQUIRED_MIN_DSM = 6.0

Expand Down
2 changes: 1 addition & 1 deletion spk/dotnet8-runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SPK_REV = 3
SPK_ICON = src/dotnet.png

OPTIONAL_DEPENDS = cross/libstdc++
DEPENDS = cross/libicu cross/dotnet8-runtime
DEPENDS = cross/dotnet8-runtime

REQUIRED_MIN_DSM = 6.0

Expand Down

0 comments on commit 82fa58c

Please sign in to comment.