Hi Christian,
The new 3.6.0-based package in jammy-proposed does not list those extra
dependencies in WiresharkTargets.cmake.
I'll upload 3.6.2 to Debian soon which may migrate in jammy.
** Changed in: wireshark (Ubuntu)
Status: New => Triaged
--
You received this bug notification beca
FWIW the Fedora 35 Wireshark 3.6.1 package says the more correct
# Create imported target wsutil
add_library(wsutil SHARED IMPORTED)
set_target_properties(wsutil PROPERTIES
INTERFACE_LINK_LIBRARIES
"/usr/lib64/libglib-2.0.so;/usr/lib64/libgmodule-2.0.so"
)
instead of what