mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-08 16:00:18 +00:00
Restore strict miniupnpc dep handling
This commit is contained in:
1
.github/workflows/manjaro-package-build.yml
vendored
1
.github/workflows/manjaro-package-build.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
gtk3 \
|
||||
openssl \
|
||||
libcanberra \
|
||||
miniupnpc \
|
||||
libayatana-appindicator \
|
||||
iso-codes \
|
||||
lua \
|
||||
|
||||
@@ -13,6 +13,7 @@ depends=(
|
||||
'iso-codes'
|
||||
'libayatana-appindicator'
|
||||
'libcanberra'
|
||||
'miniupnpc'
|
||||
'lua'
|
||||
'openssl'
|
||||
'perl'
|
||||
|
||||
@@ -74,6 +74,7 @@
|
||||
<ClCompile Include="sysinfo\win32\backend.c" />
|
||||
<ClCompile Include="text.c" />
|
||||
<ClCompile Include="tree.c" />
|
||||
<ClCompile Include="upnp.c" />
|
||||
<ClCompile Include="url.c" />
|
||||
<ClCompile Include="userlist.c" />
|
||||
<ClCompile Include="util.c" />
|
||||
|
||||
@@ -190,6 +190,9 @@
|
||||
<ClCompile Include="tree.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="upnp.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="url.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
||||
Reference in New Issue
Block a user