summarylogtreecommitdiffstats
path: root/duckstation-cubeb-doxygen-out.patch
diff options
context:
space:
mode:
authoreugene2022-08-09 10:44:28 +0000
committereugene2022-08-09 10:44:28 +0000
commit1860e8a0343ac351ce4c058a078a4cdbf8481738 (patch)
tree9f3fcc0d186ccc9fd3d7faf5060336bf55121f58 /duckstation-cubeb-doxygen-out.patch
parente6c4d44fdf11cd6c9ebd086fe721c711aa7c526d (diff)
downloadaur-1860e8a0343ac351ce4c058a078a4cdbf8481738.tar.gz
fix build by patching out doxygen detection for cubeb dep
Diffstat (limited to 'duckstation-cubeb-doxygen-out.patch')
-rw-r--r--duckstation-cubeb-doxygen-out.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/duckstation-cubeb-doxygen-out.patch b/duckstation-cubeb-doxygen-out.patch
new file mode 100644
index 000000000000..b0b13e9083c6
--- /dev/null
+++ b/duckstation-cubeb-doxygen-out.patch
@@ -0,0 +1,11 @@
+diff -u3 -r -N a/dep/cubeb/CMakeLists.txt b/dep/cubeb/CMakeLists.txt
+--- a/dep/cubeb/CMakeLists.txt 2022-08-09 13:16:07.605581486 +0300
++++ b/dep/cubeb/CMakeLists.txt 2022-08-09 13:26:38.909929480 +0300
+@@ -331,7 +331,6 @@
+ optimized "${PROJECT_SOURCE_DIR}/src/cubeb-coreaudio-rs/target/release/libcubeb_coreaudio.a")
+ endif()
+
+-find_package(Doxygen)
+ if(DOXYGEN_FOUND)
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/docs/Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/docs/Doxyfile @ONLY)
+ add_custom_target(doc ALL