forked from pool/doxygen
- update to Doxygen 1.13.2
* Support for Plus sign code fence directives - GitHub flavor * String representation at "show configuration" in doxywizard - Remove special paths for older Suse versions for which packages are no longer built anyway * Drop related patch doxygen-no-libclang-cpp.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=217
This commit is contained in:
11
doxygen-no-libclang-cpp.patch
Normal file
11
doxygen-no-libclang-cpp.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- doxygen-1.8.20/src/CMakeLists.txt.orig 2020-10-06 15:56:02.841527965 +0200
|
||||
+++ doxygen-1.8.20/src/CMakeLists.txt 2020-10-06 16:07:14.226206979 +0200
|
||||
@@ -341,7 +341,7 @@
|
||||
set(CLANG_LIBS libclang clangTooling)
|
||||
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()
|
Reference in New Issue
Block a user