x86_gcc2 haiku_secondary package: Add missing dependency on libzstd.
libbe now links against it, and it will soon be used to compress hpkg files. But the dependency was not added. Fixes #17287.
This commit is contained in:
@@ -46,6 +46,7 @@ requires {
|
||||
lib:libavformat_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 58
|
||||
lib:libavutil_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 56
|
||||
lib:libswresample_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 3
|
||||
lib:libzstd_%HAIKU_SECONDARY_PACKAGING_ARCH% >= 1
|
||||
#endif
|
||||
lib:libsolv_%HAIKU_SECONDARY_PACKAGING_ARCH%
|
||||
lib:libsolvext_%HAIKU_SECONDARY_PACKAGING_ARCH%
|
||||
|
||||
Reference in New Issue
Block a user