diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-04-26 19:29:08 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2025-04-26 19:29:08 +0300 |
| commit | 07d9958c9028062135bb0dd51ab76b3e15f40298 (patch) | |
| tree | 0ddbeeeec075713b823e83775b08b584f9cab4c6 /py/pykms/meson.build | |
| parent | cd8bfcffced520e85e5340afa3a303d37ba708fb (diff) | |
py: Allow building pykms without libutils
Diffstat (limited to 'py/pykms/meson.build')
| -rw-r--r-- | py/pykms/meson.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/py/pykms/meson.build b/py/pykms/meson.build index de05d12..ed8ab46 100644 --- a/py/pykms/meson.build +++ b/py/pykms/meson.build @@ -1,10 +1,4 @@ -# Python bindings require libutils for now. -if not get_option('libutils') - pybindings_enabled = false - subdir_done() -endif - py3_dep = dependency('python3', required : get_option('pykms')) if py3_dep.found() == false |
