mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
(Linux) Added the inclusion of libGLdispatch.so.0 to the AppImage build scripts.
This commit is contained in:
parent
b1fad641cd
commit
d21a09123f
|
@ -77,7 +77,7 @@ ln -s ../share/emulationstation/resources .
|
||||||
ln -s ../share/emulationstation/themes .
|
ln -s ../share/emulationstation/themes .
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
./linuxdeploy-x86_64.AppImage -l /lib/x86_64-linux-gnu/libOpenGL.so.0 -l /lib/x86_64-linux-gnu/libgio-2.0.so.0 --appdir AppDir
|
./linuxdeploy-x86_64.AppImage -l /lib/x86_64-linux-gnu/libOpenGL.so.0 -l /lib/x86_64-linux-gnu/libGLdispatch.so.0 -l /lib/x86_64-linux-gnu/libgio-2.0.so.0 --appdir AppDir
|
||||||
cp external/SDL/build/${SDL_SHARED_LIBRARY} AppDir/usr/lib/libSDL2-2.0.so.0
|
cp external/SDL/build/${SDL_SHARED_LIBRARY} AppDir/usr/lib/libSDL2-2.0.so.0
|
||||||
./appimagetool-x86_64.AppImage AppDir
|
./appimagetool-x86_64.AppImage AppDir
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ ln -s ../share/emulationstation/resources .
|
||||||
ln -s ../share/emulationstation/themes .
|
ln -s ../share/emulationstation/themes .
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
||||||
./linuxdeploy-x86_64.AppImage -l /lib/x86_64-linux-gnu/libOpenGL.so.0 -l /lib/x86_64-linux-gnu/libgio-2.0.so.0 --appdir AppDir
|
./linuxdeploy-x86_64.AppImage -l /lib/x86_64-linux-gnu/libOpenGL.so.0 -l /lib/x86_64-linux-gnu/libGLdispatch.so.0 -l /lib/x86_64-linux-gnu/libgio-2.0.so.0 --appdir AppDir
|
||||||
cp external/SDL/build/${SDL_SHARED_LIBRARY} AppDir/usr/lib/libSDL2-2.0.so.0
|
cp external/SDL/build/${SDL_SHARED_LIBRARY} AppDir/usr/lib/libSDL2-2.0.so.0
|
||||||
./appimagetool-x86_64.AppImage AppDir
|
./appimagetool-x86_64.AppImage AppDir
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue