mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[fix, AppImage] Add libbsd.so.0 & libXss.so.1 dummy (#4634)
Fixes #4627.
This commit is contained in:
2
Makefile
2
Makefile
@@ -319,6 +319,8 @@ appimageupdate: all
|
||||
# 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.6.1 is specific to the nightly builds
|
||||
ln -sf /usr/lib/x86_64-linux-gnu/$(shell readlink /usr/lib/x86_64-linux-gnu/libsndio.so || echo libsndio.so.6.1) $(INSTALL_DIR)/koreader/libs/
|
||||
# also copy libbsd.so.0, cf. https://github.com/koreader/koreader/issues/4627
|
||||
ln -sf /lib/x86_64-linux-gnu/libbsd.so.0 $(INSTALL_DIR)/koreader/libs/
|
||||
ifeq ("$(wildcard $(APPIMAGETOOL))","")
|
||||
# download appimagetool
|
||||
wget "$(APPIMAGETOOL_URL)"
|
||||
|
||||
2
base
2
base
Submodule base updated: 765bd8b82a...4f753f158e
Reference in New Issue
Block a user