Upstream have not shown wiligness to apply a minor patch, disable it
until they make up thrit mind.
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples"
+IUSE="examples"
RDEPEND="dev-libs/glib:2
dev-libs/nss
src_configure() {
local emesonargs=(
- -Ddoc=$(usex doc true false)
+ -Ddoc=false
-Dx11-examples=$(usex examples true false)
-Ddrivers=all
-Dudev_rules=true