mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mesa: Use standard meson.
The meson variable now points to version 1.5.2, and meson-1.5 is not defined. * gnu/packages/gl.scm (mesa)[arguments]: Remove #:meson. Change-Id: I2fa5aebdab048ef53488d2976173dab67134471e
This commit is contained in:
parent
b74d4f1dfc
commit
0376420e87
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2013, 2015, 2024 Andreas Enge <andreas@enge.fr>
|
||||
;;; Copyright © 2013 Joshua Grant <tadni@riseup.net>
|
||||
;;; Copyright © 2014, 2016 David Thompson <davet@gnu.org>
|
||||
;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <mhw@netris.org>
|
||||
|
@ -373,7 +373,6 @@ also known as DXTn or DXTC) for Mesa.")
|
|||
(outputs '("out" "bin"))
|
||||
(arguments
|
||||
(list
|
||||
#:meson meson-1.5
|
||||
#:configure-flags
|
||||
#~(list
|
||||
#$@(cond
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue