mirror of https://github.com/stella-emu/stella.git
Linux builds now use system PNG and ZLIB libraries by default.
This commit is contained in:
parent
ddf6ba1089
commit
1bb3790e12
|
@ -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!
|
||||
|
|
|
@ -1 +1 @@
|
|||
5
|
||||
9
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue