public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-video/gpu-screen-recorder/
Date: Mon, 17 Jun 2024 21:40:23 +0000 (UTC)	[thread overview]
Message-ID: <1718587469.6970d0037e5e7cf93b4db68cbcb8a4eca7ccd979.julien@gentoo> (raw)

commit:     6970d0037e5e7cf93b4db68cbcb8a4eca7ccd979
Author:     Dale Sweeney <agooglygooglr <AT> gmail <DOT> com>
AuthorDate: Mon Jun 17 01:23:28 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Jun 17 01:24:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6970d003

media-video/gpu-screen-recorder: Fix incorrect use of `meson_use`

Signed-off-by: Dale Sweeney <agooglygooglr <AT> gmail.com>

 media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
index a16f5557a..27ba2a769 100644
--- a/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
+++ b/media-video/gpu-screen-recorder/gpu-screen-recorder-9999.ebuild
@@ -30,8 +30,8 @@ BDEPEND="${DEPEND}"
 
 src_configure() {
 	local emesonargs=(
-		-Dsystemd=$(meson_use systemd)
-		-Dcapabilities=$(meson_use filecaps)
+		$(meson_use systemd)
+		$(meson_use filecaps capabilities)
 	)
 	meson_src_configure
 }


             reply	other threads:[~2024-06-17 21:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 21:40 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-17 21:40 [gentoo-commits] repo/proj/guru:master commit in: media-video/gpu-screen-recorder/ Julien Roy
2024-06-14 23:09 Julien Roy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1718587469.6970d0037e5e7cf93b4db68cbcb8a4eca7ccd979.julien@gentoo \
    --to=julien@jroy.ca \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox