cmake: add libcap package properties.

Change-Id: Ie3ea8a51d6cf200b3815b0046255bf0208240287
Reviewed-on: https://code.wireshark.org/review/35954
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Dario Lombardo 2020-01-26 15:46:58 +01:00 committed by Peter Wu
parent 8efde39805
commit ec7a84f14e
1 changed files with 5 additions and 0 deletions

View File

@ -1571,6 +1571,11 @@ foreach( _cfg_file ${CFG_OUT_FILES} )
endforeach()
include(FeatureSummary)
set_package_properties(CAP PROPERTIES
DESCRIPTION "The Libcap package implements the user-space interfaces to the POSIX 1003.1e capabilities available in Linux kernels"
URL "https://sites.google.com/site/fullycapable/"
PURPOSE "Allow packet captures without running as root"
)
set_package_properties(SBC PROPERTIES
DESCRIPTION "Bluetooth low-complexity, subband codec (SBC) decoder"
URL "https://git.kernel.org/pub/scm/bluetooth/sbc.git"