Skip to content

Commit

Permalink
Disable examples in wlroots subproj
Browse files Browse the repository at this point in the history
  • Loading branch information
serebit committed Nov 16, 2023
1 parent 17257b1 commit 16eacd9
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'])
dep_wlroots = dependency('wlroots', version: ['>= 0.17', '< 0.18.0'], fallback: ['wlroots'], default_options: ['examples=false'])
dep_xcb = dependency('xcb')
dep_xkbcommon = dependency('xkbcommon')

Expand Down

0 comments on commit 16eacd9

Please sign in to comment.