diff --git a/org.zdoom.GZDoom.appdata.xml b/org.zdoom.GZDoom.appdata.xml
index e6dce42..bf41e9f 100644
--- a/org.zdoom.GZDoom.appdata.xml
+++ b/org.zdoom.GZDoom.appdata.xml
@@ -41,7 +41,6 @@
Crosshairs
Free look (look up/down)
Jumping, crouching, swimming, and flying
- Full-featured joystick/gamepad support under Windows
Up to 8 player network games using UDP/IP, including team-based gameplay
Support for the Bloodbath announcer from the classic Monolith game Blood
Walk over/under monsters and other things
diff --git a/org.zdoom.GZDoom.yaml b/org.zdoom.GZDoom.yaml
index 6074876..1a28973 100644
--- a/org.zdoom.GZDoom.yaml
+++ b/org.zdoom.GZDoom.yaml
@@ -27,31 +27,11 @@ cleanup:
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
buildsystem: cmake-ninja
config-opts:
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
- -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:
- type: archive
url: https://github.com/FluidSynth/fluidsynth/archive/v1.1.11.tar.gz