diff options
author | Erich Eckner <git@eckner.net> | 2018-01-10 13:57:35 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-01-10 13:57:35 +0100 |
commit | 4ee5b0355d994ebf6a3367bfb7325fad2ca2f2b6 (patch) | |
tree | a4272ae6587a44ee11af8e3e3bed10880d917590 | |
parent | 889d2be01e2f05956121918106a8389cfa1114fa (diff) | |
download | archlinuxewe-4ee5b0355d994ebf6a3367bfb7325fad2ca2f2b6.tar.xz |
qgis-git: makedepend on libglvnd to avoit qt5-*'s GL/gl.h issue
-rw-r--r-- | qgis-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qgis-git/PKGBUILD b/qgis-git/PKGBUILD index 076f56d79..7404d6e47 100644 --- a/qgis-git/PKGBUILD +++ b/qgis-git/PKGBUILD @@ -12,7 +12,7 @@ url='http://qgis.org/' license=('GPL') arch=('i686' 'x86_64') depends=('qt5-tools' 'qt5-script' 'qtkeychain' 'qca-qt5' 'qt5-webkit' 'proj' 'geos' 'sqlite' 'python-gdal' 'python-owslib' 'python-future' 'python-sip' 'python-psycopg2' 'python-yaml' 'python-numpy' 'python-jinja' 'python-pygments' 'qwtpolar' 'expat' 'python-qscintilla-qt5' 'spatialindex' 'gsl' 'libzip') -makedepends=('git' 'cmake' 'txt2tags') +makedepends=('git' 'cmake' 'txt2tags' 'libglvnd') optdepends=('grass: for GRASS providers and plugin (6 or 7)' # 'gsl: for georeferencer' 'postgresql: for postgis and SPIT support' |