Thanks Yaroslav for the notification (also spotted by qa-reports)
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
<name>Bernard Cafarelli</name>
</maintainer>
<use>
- <flag name="config_file">Enable config file support</flag>
+ <flag name="config-file">Enable config file support</flag>
<flag name="drm">Enable support for using drm for vsync</flag>
<flag name="opengl">Enable features that require opengl (opengl backend, and opengl vsync methods)</flag>
</use>
LICENSE="MPL-2.0 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="+config_file dbus doc +drm opengl pcre"
+IUSE="+config-file dbus doc +drm opengl pcre"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDPEPEND="${PYTHON_DEPS}
+RDEPEND="${PYTHON_DEPS}
dev-libs/libev
dev-libs/uthash
x11-libs/libX11
x11-libs/libxcb
x11-libs/libXext
x11-libs/pixman
- config_file? (
+ config-file? (
dev-libs/libconfig
dev-libs/libxdg-basedir
)
drm? ( x11-libs/libdrm )
opengl? ( virtual/opengl )
pcre? ( dev-libs/libpcre )"
-DEPEND="${RDPEND}
+DEPEND="${RDEPEND}
x11-base/xorg-proto"
BDEPEND="virtual/pkgconfig
doc? ( app-text/asciidoc )"
src_configure() {
local emesonargs=(
- $(meson_use config_file)
+ $(meson_use config-file config_file)
$(meson_use dbus)
$(meson_use doc build_docs)
$(meson_use opengl)