forked from pool/doxygen
Petr Gajdos
24047c07e7
* https://www.doxygen.nl/manual/changelog.html#log_1_9_7 - modified patches % doxygen-no-libclang-cpp.patch (refreshed) % doxygen-no-lowercase-man-names.patch (refreshed) - deleted patches - Fix-boundingbox-parsing_part1.patch (upstreamed) - Fix-boundingbox-parsing_part2.patch (upstreamed) - Fix-boundingbox-parsing_part3.patch (upstreamed) - Fix-boundingbox-parsing_part4.patch (upstreamed) OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=184
14 lines
553 B
Diff
14 lines
553 B
Diff
Index: doxygen-1.9.7/src/CMakeLists.txt
|
|
===================================================================
|
|
--- doxygen-1.9.7.orig/src/CMakeLists.txt
|
|
+++ doxygen-1.9.7/src/CMakeLists.txt
|
|
@@ -368,7 +368,7 @@ if (use_libclang)
|
|
add_definitions(-DCINDEX_NO_EXPORTS)
|
|
else() # dynamically linked version of clang
|
|
llvm_config(doxymain USE_SHARED support)
|
|
- set(CLANG_LIBS libclang clang-cpp)
|
|
+ set(CLANG_LIBS libclang clangTooling)
|
|
endif()
|
|
target_compile_definitions(doxygen PRIVATE ${LLVM_DEFINITIONS})
|
|
endif()
|