mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 21:25:30 +03:00
13 lines
436 B
Diff
13 lines
436 B
Diff
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')
|