mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Simplified build script
Some cargo-culting left us with more modules then strictly required
This commit is contained in:
parent
76cb67aefd
commit
90f179795d
|
@ -41,7 +41,6 @@
|
||||||
<li>Crosshairs</li>
|
<li>Crosshairs</li>
|
||||||
<li>Free look (look up/down)</li>
|
<li>Free look (look up/down)</li>
|
||||||
<li>Jumping, crouching, swimming, and flying</li>
|
<li>Jumping, crouching, swimming, and flying</li>
|
||||||
<li>Full-featured joystick/gamepad support under Windows</li>
|
|
||||||
<li>Up to 8 player network games using UDP/IP, including team-based gameplay</li>
|
<li>Up to 8 player network games using UDP/IP, including team-based gameplay</li>
|
||||||
<li>Support for the Bloodbath announcer from the classic Monolith game Blood</li>
|
<li>Support for the Bloodbath announcer from the classic Monolith game Blood</li>
|
||||||
<li>Walk over/under monsters and other things</li>
|
<li>Walk over/under monsters and other things</li>
|
||||||
|
|
|
@ -27,31 +27,11 @@ cleanup:
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
|
|
||||||
- name: ncurses
|
|
||||||
no-autogen: true
|
|
||||||
config-opts:
|
|
||||||
- --prefix=/app
|
|
||||||
make-install-args:
|
|
||||||
- install.libs
|
|
||||||
cleanup:
|
|
||||||
- /bin
|
|
||||||
- /include
|
|
||||||
- /share/man
|
|
||||||
- "/lib/*.a"
|
|
||||||
- "/lib/*.la"
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: http://ftp.gnu.org/gnu/ncurses/ncurses-6.1.tar.gz
|
|
||||||
sha256: aa057eeeb4a14d470101eff4597d5833dcef5965331be3528c08d99cebaa0d17
|
|
||||||
|
|
||||||
- name: fluidsynth
|
- name: fluidsynth
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- -DLIB_SUFFIX=
|
- -DLIB_SUFFIX=
|
||||||
# https://lists.nongnu.org/archive/html/fluid-dev/2010-10/msg00057.html
|
|
||||||
- -DCMAKE_EXE_LINKER_FLAGS=-lncurses
|
|
||||||
- -DCMAKE_SHARED_LINKER_FLAGS=-lncurses
|
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/FluidSynth/fluidsynth/archive/v1.1.11.tar.gz
|
url: https://github.com/FluidSynth/fluidsynth/archive/v1.1.11.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue