Feature #949 ยป 0016-flatpak-Build-sdl2-client-with-meson.patch
| flatpak/org.freeciv.sdl2.yml | ||
|---|---|---|
|
- --socket=pulseaudio
|
||
|
- --filesystem=~/.freeciv:create
|
||
|
modules:
|
||
|
- name: sdl2-gfx
|
||
|
sources:
|
||
|
- type: archive
|
||
|
url: https://sourceforge.net/projects/sdl2gfx/files/SDL2_gfx-1.0.4.tar.gz
|
||
|
sha256: 63e0e01addedc9df2f85b93a248f06e8a04affa014a835c2ea34bfe34e576262
|
||
|
- type: shell
|
||
|
commands:
|
||
|
- cp /usr/share/automake-*/config.{guess,sub} .
|
||
|
config-opts:
|
||
|
- --disable-mmx
|
||
|
- name: freeciv-sdl2
|
||
|
buildsystem: autotools
|
||
|
buildsystem: meson
|
||
|
no-autogen: true
|
||
|
builddir: true
|
||
|
config-opts:
|
||
|
- --enable-client=sdl2
|
||
|
- --disable-fcmp
|
||
|
- --disable-freeciv-manual
|
||
|
- -Dack_experimental=true
|
||
|
- -Dclients=sdl2
|
||
|
- -Dfcmp=[]
|
||
|
- -Druledit=false
|
||
|
sources:
|
||
|
- type: dir
|
||
|
path: ..
|
||