PKGBUILD/meson: add version requirements to tllist+fcft

This commit is contained in:
Daniel Eklöf 2019-12-01 17:50:27 +01:00
parent a041b334af
commit 1307f61da1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 4 deletions

View file

@ -25,8 +25,8 @@ wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
xkb = dependency('xkbcommon')
tllist = dependency('tllist', fallback: ['tllist', 'tllist'])
fcft = dependency('fcft', fallback: ['fcft', 'fcft'])
tllist = dependency('tllist', version: '>=1.0.0', fallback: ['tllist', 'tllist'])
fcft = dependency('fcft', version: '>=0.1.0', fallback: ['fcft', 'fcft'])
wayland_protocols_datadir = wayland_protocols.get_pkgconfig_variable('pkgdatadir')