summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-poppler/use_system_pybind11.patch
blob: a84d26e85a233b48ce517f3a3b1ae0ec14021ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/meson.build b/meson.build
index c1ac57a..1d1ad1f 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,6 @@ poppler_dep = dependency('poppler-cpp', version: '>=0.26.0')
 python_mod = import('python')
 python3 = python_mod.find_installation('python3', pure: false)
 
-pybind11_proj = subproject('pybind11')
-pybind11_dep = pybind11_proj.get_variable('pybind11_dep')
+pybind11_dep = dependency('pybind11')
 
 subdir('src')