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 7a366507a..39e08b180 100644 --- a/community/directfb/PKGBUILD +++ b/community/directfb/PKGBUILD @@ -7,7 +7,7 @@ pkgname=directfb pkgver=1.4.11 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=('libjpeg' 'libxext' 'sdl' 'sysfsutils' 'libpng' 'freetype2') |