mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Removed libjpeg-turbo as a dependency (closes issue #1031.) Removed jpeg support for ImageData:encode. stb_image now handles jpeg image loading.
This commit is contained in:
@@ -64,7 +64,6 @@ PKG_CHECK_MODULES([zlib], [zlib], [], [LOVE_MSG_ERROR([zlib])])
|
||||
# Other libraries
|
||||
AC_SEARCH_LIBS([sqrt], [m], [], [LOVE_MSG_ERROR([the C math library])])
|
||||
AC_SEARCH_LIBS([PHYSFS_init], [physfs], [], [LOVE_MSG_ERROR([PhysicsFS])])
|
||||
AC_SEARCH_LIBS([tjInitCompress], [turbojpeg], [], [LOVE_MSG_ERROR([TurboJPEG])])
|
||||
|
||||
# Lua, treated seperately because of --with-lua
|
||||
AS_VAR_IF([with_luaversion], [5.2], [luatest=lua_version], [luatest=lua_pcall]) # use lua_version for 5.2
|
||||
|
||||
@@ -18,7 +18,6 @@ Build-Depends: debhelper (>= 9),
|
||||
libmodplug-dev,
|
||||
libmpg123-dev,
|
||||
zlib1g-dev,
|
||||
libjpeg-turbo8-dev
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://love2d.org
|
||||
|
||||
@@ -40,7 +39,6 @@ Depends: ${misc:Depends},
|
||||
libmodplug1,
|
||||
libmpg123-0,
|
||||
zlib1g,
|
||||
libjpeg-turbo8
|
||||
Description: LOVE is a free 2D game engine which enables easy game creation in Lua.
|
||||
|
||||
Package: love@LOVE_SUFFIX@
|
||||
|
||||
Reference in New Issue
Block a user