summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåvard Pettersson2016-06-14 23:12:16 +0200
committerHåvard Pettersson2016-06-14 23:12:16 +0200
commitd1167e6cf54ace1bb78e53d62d30cb28d483c934 (patch)
tree974f2f6eefd7081ed6b15899db906da28abbca27
parent82c78d8735bb678e1d39f171043662ba5bb5d954 (diff)
downloadaur-d1167e6cf54ace1bb78e53d62d30cb28d483c934.tar.gz
Add dependency libxtst
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d074fe52692..b4e1246262ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url='https://www.silabs.com/products/mcu/Pages/simplicity-studio.aspx'
license=('unknown')
# should probably put something here but most dependencies are included
-depends_i686=(gtk2)
-depends_x86_64=(lib32-gtk2)
+depends_i686=(gtk2 libxtst)
+depends_x86_64=(lib32-gtk2 lib32-libxtst)
options=('!strip')