update gamescope
This commit is contained in:
parent
70704a3887
commit
e3d367afdc
1 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,7 @@
|
|||
#:use-module (gnu packages image)
|
||||
#:use-module (gnu packages cmake)
|
||||
#:use-module (gnu packages linux)
|
||||
#:use-module (gnu packages lua)
|
||||
#:use-module (gnu packages vulkan)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages pciutils)
|
||||
|
@ -132,7 +133,7 @@
|
|||
(define-public gamescope
|
||||
(package
|
||||
(name "gamescope")
|
||||
(version "3.15.14")
|
||||
(version "3.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -142,7 +143,7 @@
|
|||
(patches (sakura-patches "gamescope-fix-fallbacks.patch"))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0j9vjqwidaia72l4g2hza74wqdl8b9j45jzblb02v4d4nmzky3gy"))))
|
||||
(base32 "1gxrka9j6231nmvkmg6az1dh24swp91ylczpnfjx8l5f3nd20p41"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-Dpipewire=enabled"
|
||||
|
@ -227,6 +228,7 @@
|
|||
libxt
|
||||
libxtst
|
||||
libdecor
|
||||
luajit
|
||||
pipewire
|
||||
sdl2
|
||||
vulkan-loader
|
||||
|
|
Loading…
Add table
Reference in a new issue