aboutsummaryrefslogtreecommitdiffstats
path: root/testing/simgear
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2020-01-07 21:25:21 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2020-01-07 21:25:21 +0000
commit3d6272c2f57cb9ede46b684ad92037b5a267ba90 (patch)
tree76b4522f27d2a563d34b83a6769cca7cf2f09347 /testing/simgear
parentb0f9b4889fed5e17629886c1d37d9c7006dc4496 (diff)
downloadaports-3d6272c2f57cb9ede46b684ad92037b5a267ba90.tar.bz2
aports-3d6272c2f57cb9ede46b684ad92037b5a267ba90.tar.xz
testing/simgear: disable on x86
openscenegraph is not available on x86.
Diffstat (limited to 'testing/simgear')
-rw-r--r--testing/simgear/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/simgear/APKBUILD b/testing/simgear/APKBUILD
index 3a54687a4f..8b43dcedbb 100644
--- a/testing/simgear/APKBUILD
+++ b/testing/simgear/APKBUILD
@@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Sim library for FlightGear"
options="!check" # Accepts boost only up to 1.71.0
url="https://github.com/FlightGear/simgear"
-arch="x86 x86_64" # openscenegraph availability
+arch="x86_64" # openscenegraph availability
license="GPL"
makedepends="$depends_dev boost-dev cmake curl-dev mesa-dev openal-soft-dev
openscenegraph-dev zlib-dev expat-dev"