diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2018-08-10 17:04:17 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-08-10 17:05:39 +0300 |
commit | 9a9f57eb8873f8f4ecacdd6572dc56dd50aeb3ad (patch) | |
tree | 3a14d06b3470fa57f5247af9b96d9a6b5ace2f82 /testing/emulationstation | |
parent | 14a26470eb5864d3fcb15657f46a24f712041663 (diff) | |
download | aports-9a9f57eb8873f8f4ecacdd6572dc56dd50aeb3ad.tar.bz2 aports-9a9f57eb8873f8f4ecacdd6572dc56dd50aeb3ad.tar.xz |
testing/emulationstation: disable on s390x due to missing dependency vlc-dev
Diffstat (limited to 'testing/emulationstation')
-rw-r--r-- | testing/emulationstation/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/emulationstation/APKBUILD b/testing/emulationstation/APKBUILD index 2867ca506e..58570890c0 100644 --- a/testing/emulationstation/APKBUILD +++ b/testing/emulationstation/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.7.1 pkgrel=0 pkgdesc="EmulationStation is a cross-platform graphical front-end for emulators with controller navigation." url="https://github.com/RetroPie/EmulationStation" -arch="all" +arch="all !s390x" # vlc-dev disabled on s390x license="MIT" makedepends="boost-dev freeimage-dev freetype-dev sdl2-dev mesa-dev alsa-lib-dev vlc-dev curl-dev cmake" _theme_name="gbz35" |