Linux builds now use system PNG and ZLIB libraries by default.

This commit is contained in:
Stephen Anthony 2018-04-18 12:29:40 -02:30
parent ddf6ba1089
commit 1bb3790e12
4 changed files with 6 additions and 3 deletions

View File

@ -23,6 +23,9 @@
* Fixed bug in UI navigation with joystick hat movement.
* The Linux builds now use the system-installed PNG and ZLIB libraries
by default.
* Updated version of SDL included with the Windows build to 2.0.8.
-Have fun!

2
debian/compat vendored
View File

@ -1 +1 @@
5
9

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: games
Priority: optional
Maintainer: Stephen Anthony <sa666666@gmail.com>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.0), libsdl2-dev
Build-Depends: debhelper (>= 5.0.0), libsdl2-dev, libpng-dev
Package: stella
Architecture: any

2
debian/rules vendored
View File

@ -20,7 +20,7 @@ endif
config.status: configure
dh_testdir
CXXFLAGS="$(CXXFLAGS)" ./configure --prefix=/usr --force-builtin-libpng
CXXFLAGS="$(CXXFLAGS)" ./configure --prefix=/usr
build: build-stamp