Show libSoup version from pkg-config in about:version
This commit is contained in:
parent
4435b8fcef
commit
e6d8e10606
2 changed files with 1 additions and 7 deletions
|
@ -4221,13 +4221,6 @@ midori_view_set_uri (MidoriView* view,
|
|||
#define WEBKIT_USER_AGENT_MAJOR_VERSION 532
|
||||
#define WEBKIT_USER_AGENT_MINOR_VERSION 1
|
||||
#endif
|
||||
#if defined (HAVE_LIBSOUP_2_29_3)
|
||||
#define LIBSOUP_VERSION "2.29.3"
|
||||
#elif defined (HAVE_LIBSOUP_2_27_90)
|
||||
#define LIBSOUP_VERSION "2.27.90"
|
||||
#else
|
||||
#define LIBSOUP_VERSION "2.25.2"
|
||||
#endif
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
#define DEBUGGING " (Debug)"
|
||||
#else
|
||||
|
|
1
wscript
1
wscript
|
@ -209,6 +209,7 @@ def configure (conf):
|
|||
check_pkg ('libsoup-2.4', '2.27.90', False, var='LIBSOUP_2_27_90')
|
||||
check_pkg ('libsoup-2.4', '2.29.3', False, var='LIBSOUP_2_29_3')
|
||||
check_pkg ('libsoup-2.4', '2.29.91', False, var='LIBSOUP_2_29_91')
|
||||
conf.define ('LIBSOUP_VERSION', conf.check_cfg (modversion='libsoup-2.4'))
|
||||
check_pkg ('libxml-2.0', '2.6')
|
||||
check_pkg ('sqlite3', '3.0', True, var='SQLITE')
|
||||
|
||||
|
|
Loading…
Reference in a new issue