This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 49224293bccc94ab6741a61e968d771b92f3e662 Author: Tobias Hansen <[email protected]> Date: Mon Mar 7 23:46:10 2016 +0000 Enable flag for shared modp_b64. --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6e3fd13..9d73617 100755 --- a/debian/rules +++ b/debian/rules @@ -30,7 +30,8 @@ DEB_ASE_CMAKE_OPTIONS ?= -DENABLE_UPDATER:BOOL=OFF \ -DUSE_SHARED_ALLEGRO4:BOOL=ON \ -DUSE_SHARED_LIBLOADPNG:BOOL=ON \ -DUSE_SHARED_PIXMAN:BOOL=ON \ - -DUSE_SHARED_FREETYPE:BOOL=ON + -DUSE_SHARED_FREETYPE:BOOL=ON \ + -DUSE_SHARED_MODP_B64:BOOL=ON %: dh $@ --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

