FindLibinput: Add module to find libinput

This module is inspired by one from KDE's KWin.
This commit is contained in:
Frederik Gladhorn
2018-09-27 09:41:02 +02:00
committed by Brad King
parent e2dd6ac977
commit f76047f34a
9 changed files with 134 additions and 0 deletions
+1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
.. cmake-module:: ../../Modules/FindLibinput.cmake
+6
View File
@@ -0,0 +1,6 @@
find_libinput
-------------
* The :module:`FindLibinput` module was added to find `libinput`_.
.. _`libinput`: https://www.freedesktop.org/wiki/Software/libinput/