This is an automated email from the git hooks/post-receive script. micove-guest pushed a commit to branch master in repository pcsx2.
commit d39d51b32790b267b4eaa1654ce52737a23f9470 Author: Miguel A. Colón Vélez <[email protected]> Date: Wed Feb 24 15:13:09 2016 -0500 Switch the build-dependency from SDL1.2 to SDL2. SDL2 is the new default. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 135ef85..fd8da23 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: liblzma-dev, libpng++-dev, libpng-dev, - libsdl1.2-dev, + libsdl2-dev, libsoundtouch-dev, libwxbase3.0-dev, libwxgtk3.0-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pcsx2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

