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.
|
* 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.
|
* Updated version of SDL included with the Windows build to 2.0.8.
|
||||||
|
|
||||||
-Have fun!
|
-Have fun!
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
5
|
9
|
||||||
|
|
|
@ -3,7 +3,7 @@ Section: games
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Stephen Anthony <sa666666@gmail.com>
|
Maintainer: Stephen Anthony <sa666666@gmail.com>
|
||||||
Standards-Version: 3.7.2
|
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
|
Package: stella
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
|
|
@ -20,7 +20,7 @@ endif
|
||||||
|
|
||||||
config.status: configure
|
config.status: configure
|
||||||
dh_testdir
|
dh_testdir
|
||||||
CXXFLAGS="$(CXXFLAGS)" ./configure --prefix=/usr --force-builtin-libpng
|
CXXFLAGS="$(CXXFLAGS)" ./configure --prefix=/usr
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue