diff --git a/engines/dosbox-staging/build.sh b/engines/dosbox-staging/build.sh index 02f62cc5..e2edb53c 100755 --- a/engines/dosbox-staging/build.sh +++ b/engines/dosbox-staging/build.sh @@ -12,7 +12,7 @@ meson setup -Dbuildtype=release \ -Dc_args=-Ofast \ -Dcpp_args=-Ofast \ -Db_asneeded=true -Dstrip=true \ - -Ddefault_library=static \ + -Ddefault_library=shared \ -Dfluidsynth:enable-floats=true \ -Dfluidsynth:try-static-deps=true \ build diff --git a/engines/dosbox-staging/env.json b/engines/dosbox-staging/env.json index 76cea538..98f5fd3e 100644 --- a/engines/dosbox-staging/env.json +++ b/engines/dosbox-staging/env.json @@ -20,6 +20,8 @@ "./source/subprojects/fluidsynth-2.3.3/LICENSE", "./source/subprojects/munt-libmt32emu_2_7_1/LICENSE.build" ], - "GCC_9": true, - "COMMIT_TAG": "v0.81.2" -} \ No newline at end of file + "LIBRARIES": [ + "xcb" + ], + "COMMIT_TAG": "v0.82.0" +} diff --git a/metadata/packagessniper_v2.json b/metadata/packagessniper_v2.json index f99bc308..de83d210 100644 --- a/metadata/packagessniper_v2.json +++ b/metadata/packagessniper_v2.json @@ -10321,7 +10321,7 @@ }, { "engine_link": "https://github.com/dosbox-staging/dosbox-staging", - "version": "v0.81.2", + "version": "v0.82.0", "author": "d10sfan", "author_link": "https://github.com/d10sfan", "license": "GPLv2",