1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-20 00:13:31 +02:00

Added athena use flag for xlockmore

This commit is contained in:
2026-03-31 19:22:30 +02:00
parent 73adf3206b
commit 75dfc17ef6
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ S="${WORKDIR}/${P/_alpha/ALPHA}"
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc vtlock"
IUSE="athena crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc vtlock"
REQUIRED_USE="
|| ( crypt pam )
@@ -87,6 +87,7 @@ src_configure() {
$(use_enable pam)
$(use_enable xlockrc)
$(use_enable vtlock)
$(use_with athena)
$(use_with crypt)
$(use_with debug editres)
$(use_with gtk gtk2)