mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00
build: update macOS dependencies
- Enable building natpmp - Disable building freetype Change-Id: Iba6c311dff4fb175efbe16cc1f82e51355f5d25e
This commit is contained in:
parent
960fdc0f05
commit
76417edfa4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ for ARCH in "${ARCHS[@]}"; do
|
|||
# force to build every contrib
|
||||
for dir in "$DAEMON"/contrib/src/*/; do
|
||||
PKG=$(basename -- "$dir")
|
||||
if [ "$PKG" != "sdbus-cpp" ] && [ "$PKG" != "natpmp" ] &&
|
||||
if [ "$PKG" != "sdbus-cpp" ] && [ "$PKG" != "freetype" ] &&
|
||||
[ "$PKG" != "portaudio" ] && [ "$PKG" != "pthreads" ] &&
|
||||
[ "$PKG" != "lttng-ust" ] && [ "$PKG" != "openssl" ] &&
|
||||
[ "$PKG" != "media-sdk" ] && [ "$PKG" != "jack" ] &&
|
||||
|
|
Loading…
Add table
Reference in a new issue