diff options
Diffstat (limited to 'community/synergy')
-rw-r--r-- | community/synergy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/synergy/PKGBUILD b/community/synergy/PKGBUILD index 7c1948dd3..11df6bf12 100644 --- a/community/synergy/PKGBUILD +++ b/community/synergy/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.3.7 pkgrel=1 pkgdesc="Share a single mouse and keyboard between multiple computers" url="http://synergy-foss.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('gcc-libs' 'libxtst' 'libxinerama' ) license=('GPL2') makedepends=('libxt' 'cmake') # used by configure to test for libx11... |