diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 530fa14b..ff25a072 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -5,6 +5,7 @@ packages: - freetype-dev - fontconfig-dev - opus-dev +- bzip2-dev sources: - https://git.sr.ht/~a1batross/xash3d-fwgs tasks: diff --git a/.builds/debian-arm64.yml b/.builds/debian-arm64.yml index 77d0a7a8..5e8b288b 100644 --- a/.builds/debian-arm64.yml +++ b/.builds/debian-arm64.yml @@ -7,6 +7,7 @@ packages: - libfreetype-dev - libfontconfig-dev - libopus-dev +- libbz2-dev sources: - https://git.sr.ht/~a1batross/xash3d-fwgs tasks: diff --git a/.builds/debian.yml b/.builds/debian.yml index c1fff64f..7c353473 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -6,6 +6,7 @@ packages: - libfreetype-dev - libfontconfig-dev - libopus-dev +- libbz2-dev sources: - https://git.sr.ht/~a1batross/xash3d-fwgs tasks: diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml index 54e9273f..b012fafc 100644 --- a/.builds/freebsd.yml +++ b/.builds/freebsd.yml @@ -6,6 +6,7 @@ packages: - print/freetype2 - x11-fonts/fontconfig - audio/opus +- archivers/bzip2 sources: - https://git.sr.ht/~a1batross/xash3d-fwgs tasks: diff --git a/.builds/netbsd.yml b/.builds/netbsd.yml index ee4bccab..4e76c8ae 100644 --- a/.builds/netbsd.yml +++ b/.builds/netbsd.yml @@ -6,6 +6,7 @@ packages: - fontconfig - libopus - pkgconf +- libbz2 sources: - https://git.sr.ht/~a1batross/xash3d-fwgs tasks: diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 58b2c903..760ccce3 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -3,6 +3,7 @@ packages: - python3 - sdl2 - opus +- bzip2 sources: - https://git.sr.ht/~a1batross/xash3d-fwgs tasks: