diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-25 17:27:01 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-25 17:27:01 +0200 |
commit | 35f6c389808662679812a4d2f6a31ac279b8314e (patch) | |
tree | d0a57ebbca8609f2377359327db1bac4ba4a9d44 | |
parent | 76ffe9f1bbef850b22a6dd030d8f7a086ce7fe14 (diff) |
Build bluez for mips64el.
-rw-r--r-- | core/bluez/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bluez/PKGBUILD b/core/bluez/PKGBUILD index df484844c..8db5c84b0 100644 --- a/core/bluez/PKGBUILD +++ b/core/bluez/PKGBUILD @@ -8,7 +8,7 @@ pkgver=4.101 pkgrel=1 pkgdesc="Libraries and tools for the Bluetooth protocol stack" url="http://www.bluez.org/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') depends=('dbus-core' 'python2' 'systemd-tools') makedepends=('gstreamer0.10-base' 'libusb-compat' 'libsndfile' 'libusbx') |