Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ if bundle_grpc
dependency('python3')
current_grpc_version = '1.73.1'
current_protobuf_version = '6.31.1'
current_zeroconf_version = '0.115.2'

setup = join_paths(meson_source_root, 'grpcio-' + current_grpc_version, 'build_script.py')

Expand All @@ -79,17 +78,22 @@ if bundle_grpc

setup = join_paths(meson_source_root, 'protobuf-' + current_protobuf_version, 'build_script.py')

grpc = custom_target('proto_build',
proto = custom_target('proto_build',
output: 'google',
command: [setup, join_paths(meson_source_root, 'protobuf-' + current_protobuf_version), join_paths(meson.current_build_dir(), 'google')],
install: true,
install_dir: install_libdir,
build_by_default: true,
)
endif

if bundle_zeroconf
dependency('python3')
current_zeroconf_version = '0.147.0'

setup = join_paths(meson_source_root, 'zeroconf-' + current_zeroconf_version, 'build_script.py')

grpc = custom_target('zeroconf_build',
zeroconf = custom_target('zeroconf_build',
output: 'zeroconf',
command: [setup, join_paths(meson_source_root, 'zeroconf-' + current_zeroconf_version), join_paths(meson.current_build_dir(), 'zeroconf')],
install: true,
Expand All @@ -104,4 +108,4 @@ if bundle_landlock
install_dir: join_paths(install_libdir, 'landlock'),
strip_directory: true
)
endif
endif
1,753 changes: 0 additions & 1,753 deletions src/zeroconf-0.115.2/CHANGELOG.md

This file was deleted.

50 changes: 0 additions & 50 deletions src/zeroconf-0.115.2/build_ext.py

This file was deleted.

177 changes: 0 additions & 177 deletions src/zeroconf-0.115.2/docs/Makefile

This file was deleted.

Loading
Loading