summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Enns2015-09-08 18:25:23 -0700
committerDarrell Enns2015-09-08 18:25:23 -0700
commit8cd0f00d4fbe5b16e6d6ab8fed2063a716564040 (patch)
treec46bc52a90794a4c27fd576627920162aa3d7ac2
parentd5f2673874fa871805d64f7d9e987caf3c7208bb (diff)
downloadaur-8cd0f00d4fbe5b16e6d6ab8fed2063a716564040.tar.gz
add font dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f6b62ff57c9..9772a86e6e55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A leslie audio effect with jack, OSC control, and (optionally) an openg
url="https://github.com/dack/leslie"
arch=('x86_64' 'i686')
license=('GPLv3')
-depends=('liblo' 'libgl' 'glut' 'ftgl' 'boost-libs' 'jack')
+depends=('liblo' 'libgl' 'glut' 'ftgl' 'boost-libs' 'jack' 'ttf-dejavu')
makedepends=('boost')
conflicts=()
replaces=()