mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 02:23:16 -04:00
dev-cpp/drogon: Add doxygen to dependencies.
And remove Doxygen from CMake recipe if USE="-doc". Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -29,8 +29,8 @@ RDEPEND="
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
test? ( dev-cpp/gtest )
|
||||
|
||||
"
|
||||
BDEPEND="doc? ( app-doc/doxygen )"
|
||||
|
||||
DOCS=( CONTRIBUTING.md ChangeLog.md README.md README.zh-CN.md README.zh-TW.md )
|
||||
|
||||
@@ -40,6 +40,7 @@ src_prepare() {
|
||||
lib/tests/CMakeLists.txt || die
|
||||
use brotli || sed -i '/find_package(Brotli)/d' CMakeLists.txt || die
|
||||
use ssl || sed -i '/find_package(OpenSSL)/d' CMakeLists.txt || die
|
||||
use doc || sed -i '/find_package(Doxygen/d' CMakeLists.txt || die
|
||||
|
||||
use examples && DOCS+=( "${S}/examples" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user