commit: f786842f1082846da85d77d4fa529434f4c0cd8f
Author: Mazunki Hoksaas <rolferen <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 10:31:33 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 10:32:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f786842f
gui-apps/wl-mirror: add IUSE=+examples for installing wl-present
Signed-off-by: Mazunki Hoksaas <rolferen <AT> gmail.com>
gui-apps/wl-mirror/wl-mirror-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/wl-mirror/wl-mirror-9999.ebuild
b/gui-apps/wl-mirror/wl-mirror-9999.ebuild
index ef8fdac64..4429890c0 100644
--- a/gui-apps/wl-mirror/wl-mirror-9999.ebuild
+++ b/gui-apps/wl-mirror/wl-mirror-9999.ebuild
@@ -16,7 +16,7 @@ EGIT_BRANCH="feature-xdg-portal"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="man"
+IUSE="+examples man"
DEPEND="
gui-libs/wlroots
@@ -35,7 +35,7 @@ src_configure() {
-DINSTALL_DOCUMENTATION=$(usex man ON OFF)
-DFORCE_SYSTEM_WL_PROTOCOLS=ON
-DFORCE_SYSTEM_WLR_PROTOCOLS=OFF
- -DINSTALL_EXAMPLE_SCRIPTS=OFF
+ -DINSTALL_EXAMPLE_SCRIPTS=$(usex examples ON OFF)
-DWITH_XDG_PORTAL_BACKEND=ON
)