Skip to content

Commit

Permalink
meson: drop unused system-pybind11 option
Browse files Browse the repository at this point in the history
system-pybind11 is no longer used and can be removed.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
  • Loading branch information
tomba committed Aug 8, 2021
1 parent 824bbb1 commit 77eedf7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions meson_options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,5 @@ option('utils', type : 'boolean', value : true,
option('pykms', type : 'feature', value : 'auto',
description : 'Build python bindings')

option('system-pybind11', type : 'feature', value : 'auto',
description : 'Use pybind11 from the system or from meson subproject')

option('kmscube', type : 'boolean', value : false,
description : 'Build kmscube test application')

0 comments on commit 77eedf7

Please sign in to comment.