contrib: Build libslirp for Flatpaks

As libslirp requires no elevated permissions, it can be used in a
Flatpak for networking.
This commit is contained in:
Jookia 2021-03-04 10:12:13 +11:00
parent ee071c5853
commit dcb48b6c0f
2 changed files with 22 additions and 0 deletions

View File

@ -54,6 +54,17 @@ modules:
url: https://github.com/FluidSynth/fluidsynth/archive/v2.1.5.tar.gz
sha256: b539b7c65a650b56f01cd60a4e83c6125c217c5a63c0c214ef6274894a677d00
# Build libslirp for networking
- name: libslirp
buildsystem: meson
cleanup:
- "/include"
- "/lib/pkgconfig"
sources:
- type: archive
url: https://gitlab.freedesktop.org/slirp/libslirp/uploads/a30aeca3c6ad23f176065d0ee832957b/libslirp-4.4.0.tar.xz
sha256: e903fc14c26030b51711bd7f098697c2393f237199e3681c2e22ea013c3635a7
# Build DOSBox-X SDL2
- name: dosbox-x
rm-configure: true

View File

@ -54,6 +54,17 @@ modules:
url: https://github.com/FluidSynth/fluidsynth/archive/v2.1.5.tar.gz
sha256: b539b7c65a650b56f01cd60a4e83c6125c217c5a63c0c214ef6274894a677d00
# Build libslirp for networking
- name: libslirp
buildsystem: meson
cleanup:
- "/include"
- "/lib/pkgconfig"
sources:
- type: archive
url: https://gitlab.freedesktop.org/slirp/libslirp/uploads/a30aeca3c6ad23f176065d0ee832957b/libslirp-4.4.0.tar.xz
sha256: e903fc14c26030b51711bd7f098697c2393f237199e3681c2e22ea013c3635a7
# Build DOSBox-X SDL1
- name: dosbox-x
rm-configure: true