summarylogtreecommitdiffstats
path: root/rtaudio-hint.patch
diff options
context:
space:
mode:
Diffstat (limited to 'rtaudio-hint.patch')
-rw-r--r--rtaudio-hint.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/rtaudio-hint.patch b/rtaudio-hint.patch
new file mode 100644
index 000000000000..63f960e475fe
--- /dev/null
+++ b/rtaudio-hint.patch
@@ -0,0 +1,11 @@
+--- FindRtAudio.cmake.orig 2020-09-28 22:51:24.097145800 +0200
++++ FindRtAudio.cmake 2020-09-28 22:50:50.315908600 +0200
+@@ -14,7 +14,7 @@
+ #
+ # * RtAudio
+
+-find_path(RtAudio_INCLUDE_DIR NAMES RtAudio.h)
++find_path(RtAudio_INCLUDE_DIR NAMES RtAudio.h HINTS /usr/include/rtaudio)
+ set(RtAudio_INCLUDE_DIRS ${RtAudio_INCLUDE_DIR})
+
+ if(WIN32)