mbox series

[bug#57914,0/2] Update weston to 10.0.02

Message ID cover.1663523777.git.kaelyn.alexi@protonmail.com
Headers show
Series Update weston to 10.0.02 | expand

Message

Kaelyn Takata Sept. 18, 2022, 6:02 p.m. UTC
These two patches update weston to 10.0.2, which also fixes the build of
weston with the updated vulkan-headers on the update-vulkan-headers-staging
branch. The newer weston required a newer version of wayland-protocols,
pipewire 0.3 instead of 0.2 in the inputs, and Python 3 added to the native
inputs. I've successfully built both packages on the
update-vulkan-headers-staging and on master, along all of the packages
reported by `./pre-inst-env guix refresh -l wayland-protocols`.

Kaelyn Takata (2):
  gnu: wayland-protocols: Update to 1.26.
  gnu: weston: Update to 10.0.2.

 gnu/packages/freedesktop.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


base-commit: ce3b51a4c6bef22e35ca04a945917510627fc3a7
--
2.37.3

Comments

Ricardo Wurmus Oct. 8, 2022, 8:10 a.m. UTC | #1
I pushed the latest version of your patch.  I had to change the URL for
the tarball, because the URL in your patch returns 404.

Thanks!
dan Oct. 8, 2022, 11:34 a.m. UTC | #2
Do we need to also push the patch onto the update-vulkan-headers-staging 
branch? I suppose the patch series mainly tries to solve the build 
failures introduced by the vulkan-header update patch series.