mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
net-im/nheko: add pie USE-flag
Closes: https://bugs.gentoo.org/890903 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="X video voip"
|
||||
IUSE="X +pie video voip"
|
||||
REQUIRED_USE="video? ( voip )"
|
||||
|
||||
MY_GST_V="1.18"
|
||||
@@ -68,6 +68,7 @@ BDEPEND="
|
||||
src_configure() {
|
||||
local -a mycmakeargs=(
|
||||
"-DVOIP=$(usex voip)"
|
||||
"-DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)"
|
||||
)
|
||||
if use video && use X; then
|
||||
mycmakeargs+=("-DSCREENSHARE_X11=yes")
|
||||
|
||||
Reference in New Issue
Block a user