Skip to content

Commit

Permalink
Remove duplicate global avahi check for linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed May 27, 2022
1 parent b8adddd commit d53443c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/platform/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ if (chip_enable_openthread) {
}
}

if (chip_device_platform == "linux" && chip_mdns == "platform") {
pkg_config("avahi_client_config") {
packages = [ "avahi-client" ]
}
}

if (chip_device_platform != "none" && chip_device_platform != "external") {
declare_args() {
# Extra header to include in CHIPDeviceConfig.h for project.
Expand Down

0 comments on commit d53443c

Please sign in to comment.