summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorFrederik Gladhorn <gladhorn@kde.org>2018-09-27 07:41:02 (GMT)
committerBrad King <brad.king@kitware.com>2018-10-11 14:43:45 (GMT)
commitf76047f34a960272ca29518551fb23504c61ee7e (patch)
tree15df7d2424387bad3ee97e8f2af481e6a1dc54b3 /Help
parente2dd6ac9776e4f5a1995dfc606480b627fdbce72 (diff)
downloadCMake-f76047f34a960272ca29518551fb23504c61ee7e.zip
CMake-f76047f34a960272ca29518551fb23504c61ee7e.tar.gz
CMake-f76047f34a960272ca29518551fb23504c61ee7e.tar.bz2
FindLibinput: Add module to find libinput
This module is inspired by one from KDE's KWin.
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-modules.7.rst1
-rw-r--r--Help/module/FindLibinput.rst1
-rw-r--r--Help/release/dev/find_libinput.rst6
3 files changed, 8 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index af8e33f..f9b4afb 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -165,6 +165,7 @@ They are normally called through the :command:`find_package` command.
/module/FindLAPACK
/module/FindLATEX
/module/FindLibArchive
+ /module/FindLibinput
/module/FindLibLZMA
/module/FindLibXml2
/module/FindLibXslt
diff --git a/Help/module/FindLibinput.rst b/Help/module/FindLibinput.rst
new file mode 100644
index 0000000..a8ca0b0
--- /dev/null
+++ b/Help/module/FindLibinput.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/FindLibinput.cmake
diff --git a/Help/release/dev/find_libinput.rst b/Help/release/dev/find_libinput.rst
new file mode 100644
index 0000000..ebb9e7a
--- /dev/null
+++ b/Help/release/dev/find_libinput.rst
@@ -0,0 +1,6 @@
+find_libinput
+-------------
+
+* The :module:`FindLibinput` module was added to find `libinput`_.
+
+.. _`libinput`: https://www.freedesktop.org/wiki/Software/libinput/