summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-16 09:18:24 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-16 10:22:03 +0200
commite7224eb5355654db439b14362d19063acd7aec27 (patch)
treef9f49fc7eda7d05231d53c52f54f727c3b4c6826 /meson.build
parentf2ed55fda6f520f60f92f2cf9becdc52616f4460 (diff)
meson: add option to use system pybind11 or subproject
Add 'system-pybind11' option. enabled = use pybind11 from the system disabled = use pybind11 from meson subproject auto = use pybind11 from the system, or, if not available, subproject Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 8db870c..f76f8b7 100644
--- a/meson.build
+++ b/meson.build
@@ -33,9 +33,6 @@ add_global_link_arguments(link_arguments, language : 'cpp')
libfmt_dep = dependency('fmt')
-pybind11_includes = include_directories('ext/pybind11/include')
-pybind11_dep = declare_dependency(include_directories : pybind11_includes)
-
libdrmomap_dep = dependency('libdrm_omap', required : get_option('omap'))
subdir('kms++')