]> git.pld-linux.org Git - packages/amarok.git/blame - amarok-sqlite3.patch
- build with helix by default (helixplayer is in ac-ready now)
[packages/amarok.git] / amarok-sqlite3.patch
CommitLineData
de050a03 1--- amarok-1.1.1.orig/configure.in 2004-10-09 14:52:14.000000000 +0200
2+++ amarok-1.1.1/configure.in 2004-11-01 23:05:13.732752488 +0100
3@@ -441,7 +441,7 @@
4
5 if test x$included_sqlite = xno; then
6 if test x$PKGCONFIGFOUND = xyes; then
7- KDE_PKG_CHECK_MODULES(SQLITE, sqlite >= 2.8, have_sqlite=yes,have_sqlite=no)
8+ KDE_PKG_CHECK_MODULES(SQLITE, sqlite3 >= 3.0, have_sqlite=yes,have_sqlite=no)
9
10 if test x$have_sqlite = xyes; then
11 ## AC_DEFINE(HAVE_SQLITE, 1, [have SQLite database library])
12--- amarok-1.1.1.orig/amarok/configure.in.in 2004-10-09 14:52:09.000000000 +0200
13+++ amarok-1.1.1/amarok/configure.in.in 2004-11-01 23:50:27.301227376 +0100
14@@ -368,7 +368,7 @@
15
16 if test x$included_sqlite = xno; then
17 if test x$PKGCONFIGFOUND = xyes; then
18- KDE_PKG_CHECK_MODULES(SQLITE, sqlite >= 2.8, have_sqlite=yes,have_sqlite=no)
19+ KDE_PKG_CHECK_MODULES(SQLITE, sqlite3 >= 3.0, have_sqlite=yes,have_sqlite=no)
20
21 if test x$have_sqlite = xyes; then
22 ## AC_DEFINE(HAVE_SQLITE, 1, [have SQLite database library])
This page took 0.065298 seconds and 4 git commands to generate.