meson: bump tllist dependency version to 1.1.0

The tll_sort() macro was added to tllist in version 1.1.0, and so
building with a previous version causes a linking error.
This commit is contained in:
Vivian Szczepanski 2023-04-08 10:58:27 -04:00 committed by Daniel Eklöf
parent 479b3c8ee1
commit 98528da5e5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -110,7 +110,7 @@ if utf8proc.found()
add_project_arguments('-DFOOT_GRAPHEME_CLUSTERING=1', language: 'c')
endif
tllist = dependency('tllist', version: '>=1.0.4', fallback: 'tllist')
tllist = dependency('tllist', version: '>=1.1.0', fallback: 'tllist')
fcft = dependency('fcft', version: ['>=3.0.1', '<4.0.0'], fallback: 'fcft')
wayland_protocols_datadir = wayland_protocols.get_variable('pkgdatadir')