mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
32 lines
817 B
Diff
32 lines
817 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -4126,7 +4126,6 @@ set(SHARK_PUBLIC_HEADERS
|
|
install(FILES ${SHARK_PUBLIC_HEADERS}
|
|
DESTINATION ${PROJECT_INSTALL_INCLUDEDIR}
|
|
COMPONENT "Development"
|
|
- EXCLUDE_FROM_ALL
|
|
)
|
|
|
|
# Install icons and other desktop files for Freedesktop.org-compliant desktops.
|
|
@@ -4180,7 +4179,6 @@ endif()
|
|
install(FILES "${CMAKE_BINARY_DIR}/resources/wireshark.pc"
|
|
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
|
|
COMPONENT "Development"
|
|
- EXCLUDE_FROM_ALL
|
|
)
|
|
|
|
install(
|
|
@@ -4254,13 +4252,11 @@ install(
|
|
${WIRESHARK_INSTALL_CMAKEDIR}
|
|
COMPONENT
|
|
"Development"
|
|
- EXCLUDE_FROM_ALL
|
|
)
|
|
|
|
install(EXPORT WiresharkTargets
|
|
DESTINATION ${WIRESHARK_INSTALL_CMAKEDIR}
|
|
COMPONENT "Development"
|
|
- EXCLUDE_FROM_ALL
|
|
)
|
|
|
|
# This isn't strictly needed but it makes working around debhelper's
|