mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: wpebackend-fdo: Update to 1.12.0.
* gnu/packages/webkit.scm (wpebackend-fdo): Update to 1.12.0. [build-system]: Use meson-build-system. [inputs]: Add libepoxy.
This commit is contained in:
parent
c97e07be56
commit
f0bc429a52
1 changed files with 4 additions and 4 deletions
|
@ -99,21 +99,21 @@ (define-public libwpe
|
|||
(define-public wpebackend-fdo
|
||||
(package
|
||||
(name "wpebackend-fdo")
|
||||
(version "1.6.1")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://wpewebkit.org/releases/"
|
||||
"wpebackend-fdo-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1jdi43gciqjgvhnqxs160f3hmp1hkqhrllb0hhmldyxc4wryw3kl"))))
|
||||
(build-system cmake-build-system)
|
||||
"1b3l02dns1yxw3rq18cv00qan4hp95mxw5b3ssc0fh93ap0wjfb2"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;no tests
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list glib libwpe mesa wayland))
|
||||
(list glib libepoxy libwpe mesa wayland))
|
||||
(home-page "https://wpewebkit.org/")
|
||||
(synopsis "Wayland WPE backend")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue