mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -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
|
# See https://github.com/brainboxdotcc/DPP/issues/207#issuecomment-1007030157
|
||||||
SLOT="0/${PV}"
|
SLOT="0/${PV}"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="voice"
|
IUSE="voice coro"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-libs/openssl:=
|
dev-libs/openssl:=
|
||||||
@ -46,6 +46,7 @@ src_configure() {
|
|||||||
-DDPP_BUILD_TEST=false
|
-DDPP_BUILD_TEST=false
|
||||||
-DDPP_NO_VCPKG=true
|
-DDPP_NO_VCPKG=true
|
||||||
-DDPP_USE_EXTERNAL_JSON=true
|
-DDPP_USE_EXTERNAL_JSON=true
|
||||||
|
-DDPP_CORO="$(usex coro)"
|
||||||
)
|
)
|
||||||
|
|
||||||
cmake_src_configure
|
cmake_src_configure
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
</maintainer>
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="voice">Enable voice-chat support</flag>
|
<flag name="voice">Enable voice-chat support</flag>
|
||||||
|
<flag name="coro">Enable coroutine support</flag>
|
||||||
</use>
|
</use>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">brainboxdotcc/dpp</remote-id>
|
<remote-id type="github">brainboxdotcc/dpp</remote-id>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user