[PATCH] gnu: mesa: Fix detection of wayland-scanner pkg-config file.

  • Done
  • quality assurance status badge
Details
2 participants
  • Kei Kebreau
  • Marius Bakke
Owner
unassigned
Submitted by
Kei Kebreau
Severity
normal

Debbugs page

Kei Kebreau wrote 6 years ago
(address . guix-patches@gnu.org)
20190626015345.19432-1-kkebreau@posteo.net
This is a patch that enables mesa to build on my machine on the core-updates
branch as of June 25. Somehow, meson (the build system, not "mesa") fails to
detect wayland-scanner when the keyword argument "native" is set to true.
Hopefully this change does not cause trouble with cross-building.
Marius Bakke wrote 6 years ago
87muhzun1j.fsf@devup.no
Kei Kebreau <kkebreau@posteo.net> writes:

Toggle quote (5 lines)
> This is a patch that enables mesa to build on my machine on the core-updates
> branch as of June 25. Somehow, meson (the build system, not "mesa") fails to
> detect wayland-scanner when the keyword argument "native" is set to true.
> Hopefully this change does not cause trouble with cross-building.

This is due to a regression in Meson 0.51:


I reverted the upgrade for now, in commit
fd3594bf3881fb8d4c04f76db0f1a9cbd5fae871. Thanks!
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl0Y0NgACgkQoqBt8qM6
VProSgf9FvBw2tFj2F+z1sM+8fQFCk/lgBvYJd4qZn+fzL6NsNTeEtku7LUf7n1h
74r6xVkdvBBJPmuMlILq1i0izsSCPO5yploglB4EH6pkM7R2io3N1lEuEicsXMY1
3uomF5Z3GRg53ZPeTCZRL0GyUU5UcxuFJrGfps0i7eYUr5NoC7RHDBi5ILTqcvrP
WFnr6c+AXERoiiJB/OJ6VsrGPCL1PIYdbyQ11y5hZrU2yTKWb6JbQm9EuCjYQw+h
wa3T+pXzGWvAERydkXMPl9CQNm7+LwPOyDZhV+TZGA0R2FESrx3yE8JticPSf0ck
pRo2SGsek9U+hc/DnI63ToyVX7Jv0w==
=+Y4W
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 36386@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 36386
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help