aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindPulseAudio.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'find-modules/FindPulseAudio.cmake')
-rw-r--r--find-modules/FindPulseAudio.cmake67
1 files changed, 33 insertions, 34 deletions
diff --git a/find-modules/FindPulseAudio.cmake b/find-modules/FindPulseAudio.cmake
index f8dc1a10..173ee98f 100644
--- a/find-modules/FindPulseAudio.cmake
+++ b/find-modules/FindPulseAudio.cmake
@@ -1,41 +1,40 @@
-#.rst:
-# FindPulseAudio
-# --------------
-#
-# Try to locate the PulseAudio library.
-# If found, this will define the following variables:
-#
-# ``PulseAudio_FOUND``
-# True if the system has the PulseAudio library of at least
-# the minimum version specified by either the version parameter
-# to find_package() or the variable PulseAudio_MINIMUM_VERSION
-# ``PulseAudio_INCLUDE_DIRS``
-# The PulseAudio include directory
-# ``PulseAudio_LIBRARIES``
-# The PulseAudio libraries for linking
-# ``PulseAudio_MAINLOOP_LIBRARY``
-# The libraries needed to use PulseAudio Mainloop
-# ``PulseAudio_VERSION``
-# The version of PulseAudio that was found
-# ``PulseAudio_INCLUDE_DIR``
-# Deprecated, use ``PulseAudio_INCLUDE_DIRS``
-# ``PulseAudio_LIBRARY``
-# Deprecated, use ``PulseAudio_LIBRARIES``
-#
-# If ``PulseAudio_FOUND`` is TRUE, it will also define the following
-# imported target:
-#
-# ``PulseAudio::PulseAudio``
-# The PulseAudio library
-#
-# Since 5.41.0.
-
-#=============================================================================
# SPDX-FileCopyrightText: 2008 Matthias Kretz <kretz@kde.org>
# SPDX-FileCopyrightText: 2009 Marcus Hufgard <Marcus.Hufgard@hufgard.de>
#
# SPDX-License-Identifier: BSD-3-Clause
-#=============================================================================
+
+#[=======================================================================[.rst:
+FindPulseAudio
+--------------
+
+Try to locate the PulseAudio library.
+If found, this will define the following variables:
+
+``PulseAudio_FOUND``
+ True if the system has the PulseAudio library of at least
+ the minimum version specified by either the version parameter
+ to find_package() or the variable PulseAudio_MINIMUM_VERSION
+``PulseAudio_INCLUDE_DIRS``
+ The PulseAudio include directory
+``PulseAudio_LIBRARIES``
+ The PulseAudio libraries for linking
+``PulseAudio_MAINLOOP_LIBRARY``
+ The libraries needed to use PulseAudio Mainloop
+``PulseAudio_VERSION``
+ The version of PulseAudio that was found
+``PulseAudio_INCLUDE_DIR``
+ Deprecated, use ``PulseAudio_INCLUDE_DIRS``
+``PulseAudio_LIBRARY``
+ Deprecated, use ``PulseAudio_LIBRARIES``
+
+If ``PulseAudio_FOUND`` is TRUE, it will also define the following
+imported target:
+
+``PulseAudio::PulseAudio``
+ The PulseAudio library
+
+Since 5.41.0.
+#]=======================================================================]
# Support PulseAudio_MINIMUM_VERSION for compatibility:
if(NOT PulseAudio_FIND_VERSION)