summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel A. Winchenbach2015-12-08 09:46:34 -0500
committerSamuel A. Winchenbach2015-12-08 09:46:34 -0500
commite19372c17d4908c9a535f1069d4102de9ee8862c (patch)
tree176db79a78602d9d1916ed6e2a7f47890bf9decb /PKGBUILD
parentf219c3a515b638bd22c58c74d79d7acfadd18686 (diff)
downloadaur-e19372c17d4908c9a535f1069d4102de9ee8862c.tar.gz
Added glm as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6cada277932..10f5a457d985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Electronic schematic and printed circuit board (PCB) design tools - git
arch=('i686' 'x86_64')
url="http://iut-tice.ujf-grenoble.fr/kicad/"
license=('GPL')
-depends=('glew' 'wxgtk' 'desktop-file-utils' 'boost-libs' 'python')
+depends=('glew' 'wxgtk' 'desktop-file-utils' 'boost-libs' 'python' 'glm')
makedepends=('cmake' 'git' 'zlib' 'mesa' 'boost')
optdepends=('kicad-docs-bzr: for documentation'
'kicad-library-bzr: for footprints')