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:
parent
09952e1dc7
commit
4a07bab27d
3 changed files with 3 additions and 3 deletions
|
@ -101,5 +101,5 @@ endif()
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
set_package_properties(Libdrm PROPERTIES
|
set_package_properties(Libdrm PROPERTIES
|
||||||
URL "https://wiki.freedesktop.org/dri/"
|
URL "https://wiki.freedesktop.org/dri/"
|
||||||
DESCRIPTION "Userspace interface to kernel DRM services."
|
DESCRIPTION "Userspace interface to kernel DRM services"
|
||||||
)
|
)
|
||||||
|
|
|
@ -85,5 +85,5 @@ endif()
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
set_package_properties(XKB PROPERTIES
|
set_package_properties(XKB PROPERTIES
|
||||||
URL "https://xkbcommon.org"
|
URL "https://xkbcommon.org"
|
||||||
DESCRIPTION "XKB API common to servers and clients."
|
DESCRIPTION "XKB API common to servers and clients"
|
||||||
)
|
)
|
||||||
|
|
|
@ -100,5 +100,5 @@ endif()
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
set_package_properties(gbm PROPERTIES
|
set_package_properties(gbm PROPERTIES
|
||||||
URL "https://www.mesa3d.org"
|
URL "https://www.mesa3d.org"
|
||||||
DESCRIPTION "Mesa gbm library."
|
DESCRIPTION "Mesa gbm library"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue