emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36387: closed ([PATCH] gnu: mesa: Fix detection of wayland-scanner p


From: GNU bug Tracking System
Subject: bug#36387: closed ([PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file.)
Date: Tue, 28 Dec 2021 02:35:02 +0000

Your message dated Mon, 27 Dec 2021 21:34:13 -0500
with message-id <87ee5xwj8a.fsf@gmail.com>
and subject line Re: bug#36387: [PATCH] gnu: mesa: Fix detection of 
wayland-scanner pkg-config file.
has caused the debbugs.gnu.org bug report #36387,
regarding [PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
36387: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36387
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file. Date: Tue, 25 Jun 2019 21:53:45 -0400
* gnu/packages/gl.scm (mesa)[arguments]: Add "patch-meson-build" phase.
---
 gnu/packages/gl.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 96e7fc7165..78f7401f20 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -337,6 +337,15 @@ also known as DXTn or DXTC) for Mesa.")
                        (("'u_format_test',") ""))
                      #t)))
                '())
+         (add-after
+           'unpack 'patch-meson-build
+           (lambda _
+             ;; Without this, meson fails with the following error:
+             ;; Dependency "wayland-scanner" not found, tried pkgconfig.
+             (substitute* "meson.build"
+               (("dependency\\('wayland-scanner', native: true\\)")
+                "dependency('wayland-scanner')"))
+             #t))
          (add-before
            'configure 'fix-dlopen-libnames
            (lambda* (#:key inputs outputs #:allow-other-keys)
-- 
2.22.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#36387: [PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file. Date: Mon, 27 Dec 2021 21:34:13 -0500 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Kei Kebreau <kkebreau@posteo.net> writes:

> It did in fact go stale. I vaguely remember having some trouble
> building mesa locally, but this no longer seems to be the case.

Alright, thank you for the heads up.  Closing.

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]