build(linux deps): fix miniupnp dependency (#2022)
This commit is contained in:
@@ -38,6 +38,7 @@ set(CPACK_DEBIAN_PACKAGE_DEPENDS "\
|
|||||||
libvdpau1, \
|
libvdpau1, \
|
||||||
libwayland-client0, \
|
libwayland-client0, \
|
||||||
libx11-6, \
|
libx11-6, \
|
||||||
|
miniupnpc, \
|
||||||
openssl | libssl3")
|
openssl | libssl3")
|
||||||
set(CPACK_RPM_PACKAGE_REQUIRES "\
|
set(CPACK_RPM_PACKAGE_REQUIRES "\
|
||||||
${CPACK_RPM_PLATFORM_PACKAGE_REQUIRES} \
|
${CPACK_RPM_PLATFORM_PACKAGE_REQUIRES} \
|
||||||
@@ -54,6 +55,7 @@ set(CPACK_RPM_PACKAGE_REQUIRES "\
|
|||||||
libvdpau >= 1.5, \
|
libvdpau >= 1.5, \
|
||||||
libwayland-client >= 1.20.0, \
|
libwayland-client >= 1.20.0, \
|
||||||
libX11 >= 1.7.3.1, \
|
libX11 >= 1.7.3.1, \
|
||||||
|
miniupnpc >= 2.2.4, \
|
||||||
numactl-libs >= 2.0.14, \
|
numactl-libs >= 2.0.14, \
|
||||||
openssl >= 3.0.2, \
|
openssl >= 3.0.2, \
|
||||||
pulseaudio-libs >= 10.0")
|
pulseaudio-libs >= 10.0")
|
||||||
|
|||||||
Reference in New Issue
Block a user