diff options
Diffstat (limited to 'x11-misc/picom')
-rw-r--r-- | x11-misc/picom/metadata.xml | 1 | ||||
-rw-r--r-- | x11-misc/picom/picom-7.5.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/picom/picom-9999.ebuild | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/picom/metadata.xml b/x11-misc/picom/metadata.xml index 1cda4a2c157c..4cd1bd6f8bcb 100644 --- a/x11-misc/picom/metadata.xml +++ b/x11-misc/picom/metadata.xml @@ -7,6 +7,7 @@ </maintainer> <use> <flag name="config-file">Enable config file support</flag> + <flag name="doc">Build documentation and man pages (requires <pkg>app-text/asciidoc</pkg>)</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> diff --git a/x11-misc/picom/picom-7.5.ebuild b/x11-misc/picom/picom-7.5.ebuild index 5c07720ed5f7..e65767f61e79 100644 --- a/x11-misc/picom/picom-7.5.ebuild +++ b/x11-misc/picom/picom-7.5.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz" 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}" diff --git a/x11-misc/picom/picom-9999.ebuild b/x11-misc/picom/picom-9999.ebuild index 2141a6126a2d..4199214e6c56 100644 --- a/x11-misc/picom/picom-9999.ebuild +++ b/x11-misc/picom/picom-9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/yshui/picom.git" LICENSE="MPL-2.0 MIT" SLOT="0" KEYWORDS="" -IUSE="+config-file dbus doc +drm opengl pcre" +IUSE="+config-file dbus +doc +drm opengl pcre" RDEPEND="dev-libs/libev dev-libs/uthash |