summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoel2020-10-21 20:20:45 +0100
committerGitHub2020-10-21 15:20:45 -0400
commitf85f69d3ffe5495643a6e5dd67daaf815f7a2d0c (patch)
treeceb9cdb2df2dbb88ec4bdc6f560270ad051bf8c1 /PKGBUILD
parent12d82d0c724fb5b35c98bfc0b4c5e5d3ff5d152f (diff)
downloadaur-f85f69d3ffe5495643a6e5dd67daaf815f7a2d0c.tar.gz
Add fluxcomp as a directfb makedepend (#78)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07a04aeff7e1..bd72f95b1253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
pkgname=directfb
pkgver=1.7.7
-pkgrel=3
+pkgrel=4
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')
url="http://www.directfb.org"
license=('LGPL')
+makedepends=('fluxcomp')
depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2' 'libdrm' 'libgl' 'mesa')
source=(https://github.com/deniskropp/DirectFB/archive/DIRECTFB_1_7_7.tar.gz)
sha512sums=('4b4c800e3fa18a02aba6cd2224b57fd9522b024a5b90a5f69676d73254875513822634d039f307a2e5334bbb9f905a8e7d8d6bd388fcbc94580a35d652965f32')