Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-07-27 08:23:45 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-07-28 18:11:30 +0300
commitb6cf534842f54785beb13d5b4759e2b492e04b1f (patch)
treee55193f582ea60c05d00d2bd493a9639a3becf63 /.github
parent274e5c874ab807ff1c897b14e2390cf89ab677c8 (diff)
Provide Iir1 via Meson wrap and vcpkg
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml1
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/platforms.yml1
-rw-r--r--.github/workflows/windows-meson-msys2.yml2
4 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 5b3726554..f741c8fca 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -70,7 +70,6 @@ jobs:
- name: GCC, minimum build
os: ubuntu-20.04
build_flags: >-
- --wrap-mode=nofallback
-Dunit_tests=disabled
-Duse_alsa=false
-Duse_fluidsynth=false
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 003bf4f4a..86464ff5b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -264,7 +264,7 @@ jobs:
-Db_lto=false
-Db_asneeded=true
-Ddefault_library=static
- -Dtry_static_libs=opusfile,sdl2,sdl2_net,speexdsp,zlib
+ -Dtry_static_libs=iir,opusfile,sdl2,sdl2_net,speexdsp,zlib
-Dfluidsynth:try-static-deps=true
build
diff --git a/.github/workflows/platforms.yml b/.github/workflows/platforms.yml
index f0cdc9ede..5b5cac4fb 100644
--- a/.github/workflows/platforms.yml
+++ b/.github/workflows/platforms.yml
@@ -114,7 +114,6 @@ jobs:
# Setup
# - use a minimal build because python fetching wraps segfaults under Docker
meson setup \
- --wrap-mode=nofallback \
-Duse_fluidsynth=false \
-Duse_sdl2_net=false \
-Duse_opengl=false \
diff --git a/.github/workflows/windows-meson-msys2.yml b/.github/workflows/windows-meson-msys2.yml
index e881fef33..b1f491f47 100644
--- a/.github/workflows/windows-meson-msys2.yml
+++ b/.github/workflows/windows-meson-msys2.yml
@@ -10,7 +10,7 @@ env:
CCACHE_DIR: "/c/ccache"
CCACHE_MAXSIZE: "64M"
CCACHE_COMPRESS: "true"
- BUILD_FLAGS: "-Dbuildtype=release -Db_asneeded=true --force-fallback-for=fluidsynth,mt32emu -Dtry_static_libs=fluidsynth,mt32emu,opusfile,png,slirp,zlib,speexdsp -Dfluidsynth:try-static-deps=true"
+ BUILD_FLAGS: "-Dbuildtype=release -Db_asneeded=true --force-fallback-for=fluidsynth,mt32emu -Dtry_static_libs=fluidsynth,iir,mt32emu,opusfile,png,slirp,zlib,speexdsp -Dfluidsynth:try-static-deps=true"
BUILD_RELEASE_DIR: build/release
BUILD_DEBUGGER_DIR: build/debugger