mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
raise glib version requirement to 2.32 for g_hash_table_contains
This commit is contained in:
parent
b47257048c
commit
7adf81f9b5
4 changed files with 4 additions and 4 deletions
|
|
@ -166,7 +166,7 @@ message('*** Or alternatively install your distribution\'s package')
|
|||
message('*** On Debian: sudo apt-get install libglib2.0-dev')
|
||||
message('*** On Redhat: dnf install glib2-devel')
|
||||
if not require_glib_internal
|
||||
glib_dep = dependency('glib-2.0', version : '>=2.28', required : not want_glib_internal, static : want_static_dependency)
|
||||
glib_dep = dependency('glib-2.0', version : '>=2.32', required : not want_glib_internal, static : want_static_dependency)
|
||||
else
|
||||
glib_dep = dependency('', required : false)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue