Skip to content

Commit

Permalink
Fix fallback in meson.build
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed Nov 16, 2023
1 parent c7cf1b0 commit 17257b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dep_m = meson.get_compiler('cpp').find_library('m', required: false)
dep_wayland_protocols = dependency('wayland-protocols', version: '>= 1.31')
dep_wayland_scanner = dependency('wayland-scanner')
dep_wayland_server = dependency('wayland-server')
dep_wlroots = dependency('wlroots', version: ['>= 0.17', '< 0.18.0'], fallback: ['wlroots', 'wlroots_dep'])
dep_wlroots = dependency('wlroots', version: ['>= 0.17', '< 0.18.0'], fallback: ['wlroots'])
dep_xcb = dependency('xcb')
dep_xkbcommon = dependency('xkbcommon')

Expand Down

0 comments on commit 17257b1

Please sign in to comment.