- Keep icu-i18n.

OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=138
This commit is contained in:
Aaron Puchert 2024-11-23 00:07:41 +00:00 committed by Git OBS Bridge
parent 1b171132b3
commit fb52827dfa

View File

@ -2,20 +2,18 @@ Index: 0ad-0.0.26-alpha/build/premake/extern_libs5.lua
===================================================================
--- 0ad-0.0.26-alpha.orig/build/premake/extern_libs5.lua
+++ 0ad-0.0.26-alpha/build/premake/extern_libs5.lua
@@ -395,7 +395,7 @@ extern_lib_defs = {
if os.istarget("windows") then
@@ -396,6 +396,7 @@ extern_lib_defs = {
add_default_include_paths("icu")
else
- pkgconfig.add_includes("icu-i18n")
pkgconfig.add_includes("icu-i18n")
+ pkgconfig.add_includes("icu-uc")
end
end,
link_settings = function()
@@ -407,7 +407,7 @@ extern_lib_defs = {
no_delayload = 1,
@@ -408,6 +409,7 @@ extern_lib_defs = {
})
else
- pkgconfig.add_links("icu-i18n")
pkgconfig.add_links("icu-i18n")
+ pkgconfig.add_links("icu-uc")
end
end,