From c42e083d6fc115d70a852dbe99f15535a580f882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Sat, 2 Nov 2019 18:03:18 +0100 Subject: [PATCH] testing/openscenegraph: enable on armv7 --- testing/openscenegraph/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/openscenegraph/APKBUILD b/testing/openscenegraph/APKBUILD index 1de2caeeb96..2199251be1f 100644 --- a/testing/openscenegraph/APKBUILD +++ b/testing/openscenegraph/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.4.1 pkgrel=5 pkgdesc="High performance 3D graphics toolkit" url="http://www.openscenegraph.org/" -arch="x86 x86_64" # gdal availability +arch="x86 x86_64 armv7" # gdal availability license="Custom wxWindows-3 LGPL-2.1" makedepends="$depends_dev cmake mesa-dev curl-dev giflib-dev zlib-dev freetype-dev jpeg-dev tiff-dev sdl-dev sdl2-dev libxml2-dev gdal-dev"