mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
plugins: use minizip instead of libarchive
GitLab: #525 Change-Id: I7de174626bbb97c40ac58ceea9d99d9fe8b95bd9
This commit is contained in:
@ -465,7 +465,11 @@ AS_IF([test "x$enable_plugin" != "xno"],
|
||||
AS_IF([test "$SYS" = linux],
|
||||
[PKG_CHECK_MODULES([ARCHIVE], [libarchive >= 3.0],,
|
||||
AC_MSG_ERROR([libarchive not found]))],
|
||||
[])],
|
||||
[AS_IF([test "$SYS" = darwin],
|
||||
[PKG_CHECK_MODULES([MINIZIP], [minizip >= 3.0.0],,
|
||||
AC_MSG_ERROR([libminizip not found]))],
|
||||
[])]
|
||||
)],
|
||||
[AM_CONDITIONAL(ENABLE_PLUGIN, false)]);
|
||||
|
||||
dnl Video is default-enabled
|
||||
|
Reference in New Issue
Block a user