mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Require only sqlite 3.28.0
We don't need newer features and so it runs on Leap 15.1 too. Let's see what Debian etc. need.
This commit is contained in:
parent
37c2bd9334
commit
e61238e9cd
@ -179,8 +179,8 @@ PKG_CHECK_MODULES([curl], [libcurl], [],
|
|||||||
[AC_CHECK_LIB([curl], [main], [],
|
[AC_CHECK_LIB([curl], [main], [],
|
||||||
[AC_MSG_ERROR([libcurl is required for profanity])])])
|
[AC_MSG_ERROR([libcurl is required for profanity])])])
|
||||||
|
|
||||||
PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.30.0], [],
|
PKG_CHECK_MODULES([SQLITE], [sqlite3 >= 3.28.0], [],
|
||||||
[AC_MSG_ERROR([sqlite3 3.30.0 or higher is required for profanity profanity])])
|
[AC_MSG_ERROR([sqlite3 3.28.0 or higher is required for profanity profanity])])
|
||||||
|
|
||||||
AS_IF([test "x$enable_icons_and_clipboard" != xno],
|
AS_IF([test "x$enable_icons_and_clipboard" != xno],
|
||||||
[PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24.10],
|
[PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.24.10],
|
||||||
|
Loading…
Reference in New Issue
Block a user