mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-09 00:10: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 \
|
gtk3 \
|
||||||
openssl \
|
openssl \
|
||||||
libcanberra \
|
libcanberra \
|
||||||
|
miniupnpc \
|
||||||
libayatana-appindicator \
|
libayatana-appindicator \
|
||||||
iso-codes \
|
iso-codes \
|
||||||
lua \
|
lua \
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ depends=(
|
|||||||
'iso-codes'
|
'iso-codes'
|
||||||
'libayatana-appindicator'
|
'libayatana-appindicator'
|
||||||
'libcanberra'
|
'libcanberra'
|
||||||
|
'miniupnpc'
|
||||||
'lua'
|
'lua'
|
||||||
'openssl'
|
'openssl'
|
||||||
'perl'
|
'perl'
|
||||||
|
|||||||
@@ -74,6 +74,7 @@
|
|||||||
<ClCompile Include="sysinfo\win32\backend.c" />
|
<ClCompile Include="sysinfo\win32\backend.c" />
|
||||||
<ClCompile Include="text.c" />
|
<ClCompile Include="text.c" />
|
||||||
<ClCompile Include="tree.c" />
|
<ClCompile Include="tree.c" />
|
||||||
|
<ClCompile Include="upnp.c" />
|
||||||
<ClCompile Include="url.c" />
|
<ClCompile Include="url.c" />
|
||||||
<ClCompile Include="userlist.c" />
|
<ClCompile Include="userlist.c" />
|
||||||
<ClCompile Include="util.c" />
|
<ClCompile Include="util.c" />
|
||||||
|
|||||||
@@ -190,6 +190,9 @@
|
|||||||
<ClCompile Include="tree.c">
|
<ClCompile Include="tree.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="upnp.c">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="url.c">
|
<ClCompile Include="url.c">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
|||||||
Reference in New Issue
Block a user