summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Hogan2022-09-11 17:15:13 +0100
committerGitHub2022-09-11 12:15:13 -0400
commitf5c63beba0adc1d82cf1b41dddcafb68796e30fe (patch)
treede1f4427e32e2b7cc8a2e6737d7b0903cca9766c /PKGBUILD
parentdd7fa37c77d2fc3910b698d14e8b31ed196a7fce (diff)
downloadaur-f5c63beba0adc1d82cf1b41dddcafb68796e30fe.tar.gz
flightgear-git: Depend on osgxr to enable VR (#2)
Depend on osgxr so that VR support gets enabled. Fixes #1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4429b7537fd9..2d5712fd1a04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=flightgear-git
-pkgver=2020.4.0r15376.4e432b3f8
+pkgver=2020.4.0r15830.5d6ac7a1c
pkgrel=1
pkgdesc="An open-source, multi-platform flight simulator"
arch=('x86_64')
url="https://home.flightgear.org"
license=('GPL')
-depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'libxrandr' 'glu' 'openal')
+depends=('libxmu' 'libxi' 'zlib' 'openscenegraph' 'libxrandr' 'glu' 'openal' 'osgxr')
makedepends=('boost' 'cmake' 'git' 'mesa' 'sharutils' 'simgear' 'qt5-base' 'qt5-declarative' 'qt5-svg')
optdepends=('qt5-base: fgfs --launcher'
'qt5-declarative: fgfs --launcher'