]> xenbits.xensource.com Git - libvirt.git/commit
meson: bump min wireshark to 2.6.0
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 13 Nov 2020 11:08:47 +0000 (11:08 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Nov 2020 10:19:00 +0000 (10:19 +0000)
commit45d714ce2e8ebcd81335bb350dbbe9f0a9aedd89
tree2a9e78e9a6f10b670a140c6fc6d45a929840b612
parent7b42f332782844fa058ab553c846344f3e7b408c
meson: bump min wireshark to 2.6.0

If using the declared min version of wireshark, 2.4.0, libvirt plugin
fails to build. This min version isn't present in any supported distros
and thus not tested by CI.

We don't support wireshark on RHEL-7 since it has 1.x.x series. The next
oldest version present in supported distros is 2.6.2 on RHEL-8.

Thus we should bump the min version to 2.6.0. This also lets us assume
that the "plugindir" variable exists in pkg-config.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
meson.build