gui-apps/ReGreet: remove gtk4 useflasg

* can't be build with gtk3

Closes: https://bugs.gentoo.org/924751
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-02-17 09:35:48 +00:00
parent 2f2b1aa110
commit 8a2dd4f18a
3 changed files with 4 additions and 5 deletions

View File

@@ -228,14 +228,14 @@ RDEPEND="
|| ( gui-wm/sway gui-wm/cage )
systemd? ( sys-apps/systemd[sysv-utils] )
openrc? ( sys-apps/openrc[sysv-utils] )
gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ )
gui-libs/gtk
gui-libs/greetd
"
BDEPEND="
virtual/rust
media-libs/graphene
"
IUSE="systemd openrc gtk4"
IUSE="systemd openrc"
PATCHES="${FILESDIR}/ReGreet-0.1.1-cargo-lock-fix.diff"

View File

@@ -25,14 +25,14 @@ RDEPEND="
|| ( gui-wm/sway gui-wm/cage )
systemd? ( sys-apps/systemd[sysv-utils] )
openrc? ( sys-apps/openrc[sysv-utils] )
gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ )
gui-libs/gtk
gui-libs/greetd
"
BDEPEND="
virtual/rust
media-libs/graphene
"
IUSE="systemd openrc gtk4"
IUSE="systemd openrc"
src_configure() {
local myfeatures=(

View File

@@ -4,7 +4,6 @@
<use>
<flag name="systemd">Use system-tmpfiles to create cache and logs folder</flag>
<flag name="openrc">Manually create cache and logs folder</flag>
<flag name="gtk4">Compile with gtk4 support</flag>
</use>
<maintainer type="person">
<email>gonegrier.duarte@gmail.com</email>