mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 05:55:31 +02:00
update make_appimg.sh
This commit is contained in:
parent
c166af6681
commit
168df30c79
1 changed files with 3 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
|||
BINARY=$1
|
||||
function get_dep()
|
||||
{
|
||||
echo "Copying $1..."
|
||||
DEP=$(ldd $BINARY | grep $1 | sed -r 's/ \w.+ => (\/.+) .+$/\1/g')
|
||||
cp "$DEP" "${MESON_INSTALL_PREFIX}/usr/lib"
|
||||
}
|
||||
|
@ -20,16 +21,13 @@ get_dep SDL_sound
|
|||
get_dep fluidsynth
|
||||
get_dep ruby
|
||||
get_dep sndio
|
||||
get_dep readline
|
||||
get_dep tinfo
|
||||
get_dep objfw
|
||||
get_dep objfwrt
|
||||
get_dep objfw.so
|
||||
get_dep objfwrt.so
|
||||
|
||||
# Required by Fedora & Manjaro
|
||||
get_dep libXss
|
||||
get_dep libjpeg
|
||||
get_dep libwebp
|
||||
get_dep libjack
|
||||
get_dep libcrypt
|
||||
get_dep libbsd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue