Move wireshark.pc.in and make our .pc file paths relative
authorGerald Combs <gerald@wireshark.org>
Wed, 13 Dec 2023 03:25:16 +0000 (19:25 -0800)
committerGerald Combs <gerald@wireshark.org>
Wed, 13 Dec 2023 03:28:29 +0000 (19:28 -0800)
commit107550c9c0da773610e4ba0e8074b87c0030711e
tree41b1e2f8c0f265a71642c10c0f50e8d4064a466b
parentc0bfd405b551aeef69f989320ddd5f2618cffaf8
Move wireshark.pc.in and make our .pc file paths relative

Move the libwireshark pkgconfig file to the resource directory.

Set the various paths in our .pc files based on the `pcfiledir` variable
instead of using absolute paths. This should make it possible to install
using a DESTDIR that differs from CMAKE_INSTALL_PREFIX.
CMakeLists.txt
epan/CMakeLists.txt
resources/wireshark.pc.in [moved from epan/wireshark.pc.in with 55% similarity]