From 1e2cc4987c357111e59791bd4f6488097f6dc316 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 6 Dec 2022 18:38:51 +0100 Subject: [PATCH] #120: adding recommanded Prosody dependencies in AppImage. --- prosody/appimage_aarch64.yml | 6 ++++++ prosody/appimage_x86_64.yml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/prosody/appimage_aarch64.yml b/prosody/appimage_aarch64.yml index 17313ad6..81ac549d 100644 --- a/prosody/appimage_aarch64.yml +++ b/prosody/appimage_aarch64.yml @@ -37,6 +37,12 @@ AppDir: - lua5.2 # For an unknown reason, lua-unbound is not found in these repository. # - lua-unbound + # lua-readline and lua-event are recommanded dependencies + # For an unknown reason, lua-readline is not found in these repository. + # - lua-readline + - lua-event + # lua-zlib is suggested. Not sure it is used, by make sense to add. + - lua-zlib - prosody files: diff --git a/prosody/appimage_x86_64.yml b/prosody/appimage_x86_64.yml index 53b7bf6e..74a0103b 100644 --- a/prosody/appimage_x86_64.yml +++ b/prosody/appimage_x86_64.yml @@ -33,7 +33,13 @@ AppDir: include: - lua5.2 + # lua-unbound is needed - lua-unbound + # lua-readline and lua-event are recommanded dependencies + - lua-readline + - lua-event + # lua-zlib is suggested. Not sure it is used, by make sense to add. + - lua-zlib - prosody/bullseye-backports files: