[freeciv] 02/09: Enable building with sdl2-mixer for clients that support it.

Markus Koschany apo at moszumanska.debian.org
Sat Jul 9 23:09:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository freeciv.

commit e41148602fc3f99430406edca98234102375e82b
Author: Markus Koschany <apo at debian.org>
Date:   Sat Jul 9 22:21:43 2016 +0200

    Enable building with sdl2-mixer for clients that support it.
---
 debian/control | 1 +
 debian/rules   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index 4456d99..e3f4a57 100644
--- a/debian/control
+++ b/debian/control
@@ -29,6 +29,7 @@ Build-Depends:
  libsdl-image1.2-dev,
  libsdl-mixer1.2-dev,
  libsdl-ttf2.0-dev,
+ libsdl2-mixer-dev,
  libsqlite3-dev,
  libtolua-dev,
  libx11-dev,
diff --git a/debian/rules b/debian/rules
index 3a2d88a..75e2655 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,7 @@ override_dh_auto_configure:
 		--enable-debug=no \
 		--enable-client=gtk2,gtk3,sdl,qt \
 		--enable-fcmp=gtk3 \
+		--enable-sdl-mixer=sdl2 \
 		--with-ggz-server=no \
 		--with-ggz-client=no \
 		--enable-ipv6=yes \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freeciv.git



More information about the Pkg-games-commits mailing list