mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
Merge branch 'pcre-meson-dependency' into 'master'
meson: Add libpcre dependency version, as in configure.ac See merge request GNOME/glib!155
This commit is contained in:
commit
f9589218dc
@ -1632,7 +1632,7 @@ if get_option('internal_pcre')
|
||||
pcre = []
|
||||
use_system_pcre = false
|
||||
else
|
||||
pcre = dependency('libpcre', required : false) # Should check for Unicode support, too. FIXME
|
||||
pcre = dependency('libpcre', version: '>= 8.31', required : false) # Should check for Unicode support, too. FIXME
|
||||
if not pcre.found()
|
||||
if cc.get_id() == 'msvc'
|
||||
# MSVC: Search for the PCRE library by the configuration, which corresponds
|
||||
|
Loading…
Reference in New Issue
Block a user