commit
c95cd05937
2 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,7 @@ makeinstall_target() {
|
|||
LDSO="ld-linux-armhf.so.3"
|
||||
;;
|
||||
x86_64)
|
||||
LIBARCH="x86"
|
||||
LIBARCH="i686"
|
||||
LDSO="ld-linux.so.2"
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -22,7 +22,7 @@ PKG_UI="emulationstation es-themes"
|
|||
|
||||
PKG_SOFTWARE=""
|
||||
|
||||
PKG_COMPAT=""
|
||||
PKG_COMPAT="lib32"
|
||||
|
||||
PKG_MULTIMEDIA="ffmpeg vlc"
|
||||
|
||||
|
@ -42,7 +42,6 @@ case "${PROJECT}" in
|
|||
;;
|
||||
*)
|
||||
PKG_EMUS+=" retropie-shaders"
|
||||
PKG_COMPAT+=" lib32"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue