1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

build: require at least libstrophe 0.11

This commit is contained in:
Michael Vetter 2021-11-30 19:24:19 +01:00
parent 208bcd4269
commit 08d436cc42

View File

@ -41,7 +41,7 @@ foreach h : check_headers
endforeach
libstrophe_dep = dependency('libstrophe', version: '>= 0.10.0')
libstrophe_dep = dependency('libstrophe', version: '>= 0.11.0')
conf.set('HAVE_LIBSTROPHE', 1)