Follow ECM documentation style

Summary: In preparation for upstreaming to ECM, as qtbase needs this as well.

Reviewers: apol

Reviewed By: apol

Subscribers: kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D18944
master
Volker Krause 6 years ago
parent 1b316b6b69
commit d920b323bd

@ -1,16 +1,25 @@
# Try to find xkbcommon on a Unix system #.rst:
# FindXKB
# -------
# #
# This will define: # Try to find xkbcommon on a Unix system
# If found, this will define the following variables:
# #
# XKB_FOUND - True if XKB is available # ``XKB_FOUND``
# XKB_LIBRARIES - Link these to use XKB # True if XKB is available
# XKB_INCLUDE_DIRS - Include directory for XKB # ``XKB_LIBRARIES``
# XKB_DEFINITIONS - Compiler flags for using XKB # Link these to use XKB
# ``XKB_INCLUDE_DIRS``
# Include directory for XKB
# ``XKB_DEFINITIONS``
# Compiler flags for using XKB
# #
# Additionally, the following imported targets will be defined: # Additionally, the following imported targets will be defined:
# #
# XKB::XKB # ``XKB::XKB``
# # The XKB library
#=============================================================================
# Copyright (c) 2014 Martin Gräßlin <mgraesslin@kde.org> # Copyright (c) 2014 Martin Gräßlin <mgraesslin@kde.org>
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without
@ -36,6 +45,7 @@
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
#=============================================================================
if(CMAKE_VERSION VERSION_LESS 2.8.12) if(CMAKE_VERSION VERSION_LESS 2.8.12)
message(FATAL_ERROR "CMake 2.8.12 is required by FindXKB.cmake") message(FATAL_ERROR "CMake 2.8.12 is required by FindXKB.cmake")

Loading…
Cancel
Save