summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Sirabella <marco@sirabella.org>2024-03-01 16:12:27 -0800
committerSam James <sam@gentoo.org>2024-04-04 02:06:41 +0100
commit5fa54b08bad95df724b7d8d52ddad03d2fab22e8 (patch)
treed2166edc113b5b66ab1e7f68a2c29cbff228c1eb /sys-auth/elogind
parentdev-libs/glib: set glib_debug rather than buildtype (diff)
downloadgentoo-5fa54b08bad95df724b7d8d52ddad03d2fab22e8.tar.gz
gentoo-5fa54b08bad95df724b7d8d52ddad03d2fab22e8.tar.bz2
gentoo-5fa54b08bad95df724b7d8d52ddad03d2fab22e8.zip
*/*: -Dbuildtype -> EMESON_BUILDTYPE
Signed-off-by: Marco Sirabella <marco@sirabella.org> Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/36071 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-auth/elogind')
-rw-r--r--sys-auth/elogind/elogind-252.9.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-auth/elogind/elogind-252.9.ebuild b/sys-auth/elogind/elogind-252.9.ebuild
index 4cb66f04f2f6..8ca3fd96ae06 100644
--- a/sys-auth/elogind/elogind-252.9.ebuild
+++ b/sys-auth/elogind/elogind-252.9.ebuild
@@ -97,6 +97,8 @@ src_configure() {
python_setup
+ EMESON_BUILDTYPE="$(usex debug debug release)"
+
local emesonargs=(
-Ddocdir="${EPREFIX}/usr/share/doc/${PF}"
-Dhtmldir="${EPREFIX}/usr/share/doc/${PF}/html"
@@ -114,7 +116,6 @@ src_configure() {
-Ddefault-kill-user-processes=false
-Dacl=$(usex acl true false)
-Daudit=$(usex audit true false)
- -Dbuildtype=$(usex debug debug release)
-Dhtml=$(usex doc auto false)
-Dpam=$(usex pam true false)
-Dselinux=$(usex selinux true false)