From 9e1ec02c5b5b5afad761591c2cfb7735af30dc79 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 23 Apr 2023 15:28:11 +0300 Subject: [PATCH 20/20] Flatpak: Do not include ruledit to Qt-client flatpak See osdn #47910 Signed-off-by: Marko Lindqvist --- flatpak/org.freeciv.qt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak/org.freeciv.qt.yml b/flatpak/org.freeciv.qt.yml index 6e41abe307..e50f9a0e21 100644 --- a/flatpak/org.freeciv.qt.yml +++ b/flatpak/org.freeciv.qt.yml @@ -18,7 +18,7 @@ modules: # On git clone, regenerate configure with autogen.sh - if test -f ./.git && test -x ./autogen.sh ; then ./autogen.sh --no-configure-run ; fi - mkdir build - - cd build && ../configure --prefix=/app --with-qtver=qt6 --enable-client=qt --disable-fcmp --disable-freeciv-manual && make -j$(nproc) && make install + - cd build && ../configure --prefix=/app --with-qtver=qt6 --enable-client=qt --disable-fcmp --disable-ruledit --disable-freeciv-manual && make -j$(nproc) && make install sources: - type: dir path: .. -- 2.39.2