From 9ecff41dd11e920286f9be670a0ec3a668371d1d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 26 Jul 2022 07:25:28 +0200 Subject: Merging upstream version 1.1~rc0. Signed-off-by: Daniel Baumann --- libnvme/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libnvme/meson.build') diff --git a/libnvme/meson.build b/libnvme/meson.build index c95444e..e9589fc 100644 --- a/libnvme/meson.build +++ b/libnvme/meson.build @@ -29,9 +29,9 @@ if have_python_support pynvme_clib = python3.extension_module( '_nvme', pymod_swig[1], - dependencies : py3_dep, + dependencies : [libnvme_dep, py3_dep], include_directories: [incdir, internal_incdir], - link_with: [libnvme, libccan], + link_with: [libccan], install: true, subdir: 'libnvme', ) @@ -46,7 +46,7 @@ if have_python_support configure_file( input: '__init__.py', output: '__init__.py', - copy: true, + configuration: conf, install_dir: python3.get_install_dir(pure: false, subdir: 'libnvme'), ) -- cgit v1.2.3