From 77eedf7574809ce5edf4d4ea6aa55542b3045c02 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sun, 8 Aug 2021 21:10:08 +0300 Subject: meson: drop unused system-pybind11 option system-pybind11 is no longer used and can be removed. Signed-off-by: Tomi Valkeinen --- meson_options.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index d18988b..979753e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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') -- cgit v1.2.3