Revert "xkbcommon: require libxkbcommon >= 1.8.0"

This reverts commit 34d3f4664b.
This commit is contained in:
Daniel Eklöf 2025-05-18 11:29:50 +02:00
parent ebd1614316
commit 8bd39b32cd
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -137,7 +137,7 @@ wayland_protocols = dependency('wayland-protocols', version: '>=1.41',
default_options: ['tests=false'])
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
xkb = dependency('xkbcommon', version: '>=1.8.0')
xkb = dependency('xkbcommon', version: '>=1.0.0')
fontconfig = dependency('fontconfig')
utf8proc = dependency('libutf8proc', required: get_option('grapheme-clustering'))