diff options
Diffstat (limited to 'community/directfb/PKGBUILD')
-rw-r--r-- | community/directfb/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/directfb/PKGBUILD b/community/directfb/PKGBUILD index efd8ef9f6..a3bf85632 100644 --- a/community/directfb/PKGBUILD +++ b/community/directfb/PKGBUILD @@ -6,7 +6,7 @@ pkgname=directfb pkgver=1.6.3 pkgrel=1 pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.directfb.org" license=('LGPL') depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2') |