Verified Commit 7879944c authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Fix dependencies: only libfreetype6 is needed, will drag in its own dependencies

parent 78963045
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@ Source: freetype-gl
Section: libraries
Priority: optional
Maintainer: Bernd Paysan <bernd.paysan@gmx.de>
Build-Depends: debhelper (>= 4.1.16), build-essential, gcc, autoconf, automake, autotools-dev, libtool, libtool-bin
Build-Depends: debhelper (>= 4.1.16), build-essential, gcc, autoconf, automake, autotools-dev, libtool, libtool-bin, libfreetype6-dev

Package: freetype-gl
Version: @VERSION@
Architecture: any
Multi-Arch: same
Depends: libfreetype6, libpng16-16, libbz2-1 | libbz2-1.0
Depends: libfreetype6
Description: Freetype GL
 Freetype GL is a simple and performant library to display text using
 one single OpenGL texture buffer; you can draw all glyphs with one single