From 72b7a1a92a63d525652a7001dd6cbe032a718a30 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sun, 22 Sep 2024 20:23:29 +0200 Subject: [PATCH] sdl: use versioned library for the AppImage --- make/appimage.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/appimage.mk b/make/appimage.mk index 489e698fe..bf7ba0806 100644 --- a/make/appimage.mk +++ b/make/appimage.mk @@ -11,7 +11,7 @@ update: all $(SYMLINK) resources/koreader.png $(INSTALL_DIR)/koreader/ sed -e 's/%%VERSION%%/$(VERSION)/' -e 's/%%DATE%%/$(RELEASE_DATE)/' $(PLATFORM_DIR)/common/koreader.metainfo.xml >$(INSTALL_DIR)/koreader/koreader.appdata.xml # TODO at best this is DebUbuntu specific - $(SYMLINK) /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0 $(INSTALL_DIR)/koreader/libs/libSDL2.so + $(SYMLINK) /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0 $(INSTALL_DIR)/koreader/libs/ # required for our stock Ubuntu SDL even though we don't use sound # the readlink is a half-hearted attempt at being generic; the echo libsndio.so.7.0 is specific to the nightly builds $(SYMLINK) /usr/lib/x86_64-linux-gnu/$(shell readlink /usr/lib/x86_64-linux-gnu/libsndio.so || echo libsndio.so.7.0) $(INSTALL_DIR)/koreader/libs/