diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-09-10 20:27:00 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-09-10 20:28:48 -0400 |
commit | b6ee44471a5481a55b8d532f5d8a1981c6616b8c (patch) | |
tree | efe2ed427c89b80967a15e3be9d4e18bc5d62776 /x11-misc | |
parent | sys-fs/inotify-tools: Stabilize 4.23.8.0 amd64, #913955 (diff) | |
download | gentoo-b6ee44471a5481a55b8d532f5d8a1981c6616b8c.tar.gz gentoo-b6ee44471a5481a55b8d532f5d8a1981c6616b8c.tar.bz2 gentoo-b6ee44471a5481a55b8d532f5d8a1981c6616b8c.zip |
Revert "x11-misc/sddm: allow the user to set SDDM_INITIAL_VT"
This seems like a perfect use for MYCMAKEARGS. See cmake.eclass for
details.
Reverts: 1b55ff51e0bc86be8f8d11f2cf158b67e8bd0476
Bug: https://bugs.gentoo.org/913898
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/sddm/sddm-0.20.0-r1.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-misc/sddm/sddm-0.20.0-r1.ebuild b/x11-misc/sddm/sddm-0.20.0-r1.ebuild index 29b964e4141c..691c947bfa3d 100644 --- a/x11-misc/sddm/sddm-0.20.0-r1.ebuild +++ b/x11-misc/sddm/sddm-0.20.0-r1.ebuild @@ -97,8 +97,6 @@ src_configure() { -DSYSTEMD_TMPFILES_DIR="/usr/lib/tmpfiles.d" -DNO_SYSTEMD=$(usex !systemd) -DUSE_ELOGIND=$(usex elogind) - # User can override this, bug 913898. - -DSDDM_INITIAL_VT="${SDDM_INITIAL_VT:-1}" ) cmake_src_configure } |