Don't put a trailing dot in set_package_properties

It looks weird given the kind of visualization where this text is
displayed.

Bad:

 * XKB (required version >= 0.5.0), XKB API common to servers and clients., <http://xkbcommon.org>

Good:

 * XKB (required version >= 0.5.0), XKB API common to servers and clients, <http://xkbcommon.org>
This commit is contained in:
ivan tkachenko 2021-10-30 01:48:47 +03:00
parent 09952e1dc7
commit 4a07bab27d
No known key found for this signature in database
GPG key ID: 4D197017E61437CF
3 changed files with 3 additions and 3 deletions

View file

@ -101,5 +101,5 @@ endif()
include(FeatureSummary)
set_package_properties(Libdrm PROPERTIES
URL "https://wiki.freedesktop.org/dri/"
DESCRIPTION "Userspace interface to kernel DRM services."
DESCRIPTION "Userspace interface to kernel DRM services"
)

View file

@ -85,5 +85,5 @@ endif()
include(FeatureSummary)
set_package_properties(XKB PROPERTIES
URL "https://xkbcommon.org"
DESCRIPTION "XKB API common to servers and clients."
DESCRIPTION "XKB API common to servers and clients"
)

View file

@ -100,5 +100,5 @@ endif()
include(FeatureSummary)
set_package_properties(gbm PROPERTIES
URL "https://www.mesa3d.org"
DESCRIPTION "Mesa gbm library."
DESCRIPTION "Mesa gbm library"
)