mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
gui-libs/gtk-session-lock: disable test useflag
* test seem to be broken even with gui-libs/gtk-layer-shell install Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
@@ -13,16 +13,16 @@ LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="examples docs test"
|
||||
RESTRICT="!test? ( test )"
|
||||
IUSE="examples docs"
|
||||
#RESTRICT="!test? ( test )"
|
||||
RDEPEND="
|
||||
sys-libs/pam
|
||||
x11-libs/gtk+:3[wayland]
|
||||
gui-libs/gtk-session-lock
|
||||
"
|
||||
DEPEND="
|
||||
${DEPEND}
|
||||
>=dev-libs/wayland-protocols-1.34
|
||||
gui-libs/gtk-layer-shell
|
||||
"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
@@ -33,7 +33,7 @@ BDEPEND="
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
$(meson_use examples examples)
|
||||
$(meson_use test tests)
|
||||
#$(meson_use test tests)
|
||||
$(meson_use docs docs)
|
||||
-Dintrospection=true
|
||||
-Dvapi=false
|
||||
@@ -11,6 +11,5 @@
|
||||
<use>
|
||||
<flag name="examples">Build example applications</flag>
|
||||
<flag name="docs">Build devhelp API documentation</flag>
|
||||
<flag name="test">Build tests</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user