summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcroxis2020-01-11 16:18:34 -0800
committercroxis2020-01-11 16:18:34 -0800
commit7229894f08c4b922cceaf5b1aac94154c754dba3 (patch)
treeb508f4a0279dcf8109eeb07b7db957238648b22f
parent9a460fb46f6281991b50664d53d90a379dff94b8 (diff)
downloadaur-7229894f08c4b922cceaf5b1aac94154c754dba3.tar.gz
Fixed dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 687f37568f40..edd45ad22178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,6 @@ pkgbase = panda3d
depends = openal
depends = libxrandr
depends = libxcursor
- depends = libxxf86dga
optdepends = xorg-server: X11 support
optdepends = libgl: OpenGL support for X11
optdepends = python: Python 3 bindings
diff --git a/PKGBUILD b/PKGBUILD
index c8d5701f7ddf..b898809ec3f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
license=('BSD')
depends=('desktop-file-utils' 'shared-mime-info' 'xorg-server' 'libgl'
'openssl' 'libjpeg' 'libpng' 'libtiff' 'freetype2' 'gtk2'
- 'openal' 'libxrandr' 'libxcursor' 'libxxf86dga')
+ 'openal' 'libxrandr' 'libxcursor')
makedepends=('python' 'bison' 'cmake' 'flex')
# NOTICE: please read http://www.panda3d.org/manual/index.php/Dependencies for