(Linux) Updated the Flatpak manifest file.

This commit is contained in:
Leon Styhre 2022-04-24 13:38:33 +02:00
parent bfe9502827
commit 2cc892f931

View file

@ -17,10 +17,14 @@ finish-args:
- --socket=x11 - --socket=x11
- --socket=wayland - --socket=wayland
- --socket=pulseaudio - --socket=pulseaudio
- --device=dri - --device=all
- --filesystem=host - --filesystem=host:ro
- --filesystem=/var/lib/flatpak:ro
- --filesystem=home - --filesystem=home
- --filesystem=~/.var/app
- --share=network - --share=network
- --talk-name=org.freedesktop.Flatpak
- --env=PATH=/app/bin:/usr/bin:/var/lib/flatpak/exports/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/var/lib/snapd/snap/bin
cleanup: cleanup:
- /include - /include
- /share/ffmpeg - /share/ffmpeg
@ -70,6 +74,8 @@ modules:
- name: emulationstation - name: emulationstation
buildsystem: cmake buildsystem: cmake
config-opts:
- -DFLATPAK_BUILD=on .
sources: sources:
- type: git - type: git
url: https://gitlab.com/leonstyhre/emulationstation-de.git url: https://gitlab.com/leonstyhre/emulationstation-de.git