[mame] 04/13: Build against system sqlite3.
Jordi Mallach
jordi at moszumanska.debian.org
Tue Mar 22 23:20:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
jordi pushed a commit to branch master
in repository mame.
commit aaed4960e28cae2761d49dcea537bc11f291b3d0
Author: Jordi Mallach <jordi at debian.org>
Date: Tue Mar 22 23:14:55 2016 +0100
Build against system sqlite3.
Define USE_SYSTEM_LIB_SQLITE3=1 and add libsqlite3-dev to B-Ds.
---
debian/changelog | 2 ++
debian/control | 1 +
debian/rules | 1 +
3 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b9a74c6..a9d12d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ mame (0.171-1) UNRELEASED; urgency=medium
* Update Build-Depends:
- libportaudio-dev → portaudio19-dev
- libqt4-dev → qt5-default
+ * Build against system sqlite3. Define USE_SYSTEM_LIB_SQLITE3=1 and
+ add libsqlite3-dev to B-Ds.
-- Jordi Mallach <jordi at debian.org> Thu, 10 Mar 2016 23:38:43 +0100
diff --git a/debian/control b/debian/control
index c44fa65..77f14e9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 9),
qt5-default,
libsdl2-ttf-dev,
libsdl2-dev,
+ libsqlite3-dev,
libxinerama-dev,
subversion,
python-dev,
diff --git a/debian/rules b/debian/rules
index f795458..43976d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,7 @@ DEB_OPTS = \
USE_SYSTEM_LIB_ZLIB=1 \
USE_SYSTEM_LIB_JPEG=1 \
USE_SYSTEM_LIB_FLAC=1 \
+ USE_SYSTEM_LIB_SQLITE3=1 \
USE_SYSTEM_LIB_PORTMIDI=1 \
USE_SYSTEM_LIB_PORTAUDIO=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git
More information about the Pkg-games-commits
mailing list