input-leap: default libei use flag to off because of libportal patcehs
This commit is contained in:
parent
64773e0a37
commit
5d58f3fa12
|
@ -11,7 +11,7 @@ EGIT_REPO_URI="https://github.com/input-leap/input-leap.git"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="+libei gui test"
|
IUSE="libei gui test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
|
|
|
@ -5,6 +5,11 @@
|
||||||
<email>zdanevich.vitaly@ya.ru</email>
|
<email>zdanevich.vitaly@ya.ru</email>
|
||||||
<name>Vitaly Zdanevich</name>
|
<name>Vitaly Zdanevich</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
<use>
|
||||||
|
<flag name="libei">
|
||||||
|
Enable integration with dev-libs/libei (requires patched libportal!)
|
||||||
|
</flag>
|
||||||
|
</use>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">input-leap/input-leap</remote-id>
|
<remote-id type="github">input-leap/input-leap</remote-id>
|
||||||
</upstream>
|
</upstream>
|
||||||
|
|
Loading…
Reference in New Issue