Skip to content

Commit

Permalink
app-doc/doxygen: use system spdlog library
Browse files Browse the repository at this point in the history
Also drops obsolete use_sqlite3 option which has been
removed from upstream.

Bug: https://bugs.gentoo.org/906848
Signed-off-by: David Roman <davidroman96@gmail.com>
  • Loading branch information
stkw0 committed Jun 22, 2023
1 parent 3dcd527 commit 51a3fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-doc/doxygen/doxygen-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ BDEPEND="sys-devel/bison
"
RDEPEND="app-text/ghostscript-gpl
dev-lang/perl
dev-libs/spdlog
media-libs/libpng:0=
virtual/libiconv
clang? ( >=sys-devel/clang-10:= )
Expand All @@ -57,7 +58,6 @@ RDEPEND="app-text/ghostscript-gpl
dev-qt/qtwidgets:5
dev-qt/qtxml:5
)
sqlite? ( dev-db/sqlite:3 )
"
DEPEND="${RDEPEND}"

Expand Down Expand Up @@ -106,7 +106,7 @@ src_configure() {
-Dbuild_doc=$(usex doc)
-Dbuild_search=$(usex doxysearch)
-Dbuild_wizard=$(usex qt5)
-Duse_sqlite3=$(usex sqlite)
-Duse_sys_spdlog=ON
-DBUILD_SHARED_LIBS=OFF
-DGIT_EXECUTABLE="false"
)
Expand Down

0 comments on commit 51a3fb8

Please sign in to comment.