aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/FindPulseAudio.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindPulseAudio.cmake')
-rw-r--r--cmake/modules/FindPulseAudio.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindPulseAudio.cmake b/cmake/modules/FindPulseAudio.cmake
index c35a405a79..8a96588f39 100644
--- a/cmake/modules/FindPulseAudio.cmake
+++ b/cmake/modules/FindPulseAudio.cmake
@@ -62,7 +62,7 @@ if(NOT TARGET PulseAudio::PulseAudio)
set_target_properties(PulseAudio::PulseAudio PROPERTIES
IMPORTED_LOCATION "${PULSEAUDIO_LIBRARY}"
INTERFACE_INCLUDE_DIRECTORIES "${PULSEAUDIO_INCLUDE_DIR}"
- INTERFACE_COMPILE_DEFINITIONS HAVE_LIBPULSE=1
+ INTERFACE_COMPILE_DEFINITIONS HAS_PULSEAUDIO=1
INTERFACE_LINK_LIBRARIES "PulseAudio::PulseAudioMainloop;PulseAudio::PulseAudioSimple")
set_property(GLOBAL APPEND PROPERTY INTERNAL_DEPS_PROP PulseAudio::PulseAudio)