mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
dev-cpp/dpp: add coroutine support via USE flag
Signed-off-by: Filip Hoffmann <folosp2@gmail.com>
This commit is contained in:
parent
f16b93e42f
commit
7c532767cd
@ -18,7 +18,7 @@ LICENSE="Apache-2.0"
|
||||
# See https://github.com/brainboxdotcc/DPP/issues/207#issuecomment-1007030157
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="voice"
|
||||
IUSE="voice coro"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/openssl:=
|
||||
@ -46,6 +46,7 @@ src_configure() {
|
||||
-DDPP_BUILD_TEST=false
|
||||
-DDPP_NO_VCPKG=true
|
||||
-DDPP_USE_EXTERNAL_JSON=true
|
||||
-DDPP_CORO="$(usex coro)"
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
|
@ -10,6 +10,7 @@
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="voice">Enable voice-chat support</flag>
|
||||
<flag name="coro">Enable coroutine support</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">brainboxdotcc/dpp</remote-id>
|
||||
|
Loading…
x
Reference in New Issue
Block a user