summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a65343c0c3ef..c8afc24a0222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=r173.a9b41fa
arch=('any') # I haven't tested it on ARM but it most likely works
url='https://github.com/emgram769/lighthouse'
license=('MIT')
-depends=('libx11' 'libxcb' 'cairo')
+depends=('libx11' 'libxcb' 'cairo' 'gtk3')
makedepends=('git')
optdepends=('python2: for the included cmd.py')
source=('git://github.com/emgram769/lighthouse.git' lighthouse-git.install)