mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: retroarch: Fix suspend screensaver feature not working.
* gnu/packages/emulators.scm (retroarch-minimal) [phases] <configure>: Add '--enable-dbus' configure flag. Change-Id: I48257cdbe07620451b7c73998f1937c7e4c81b7a
This commit is contained in:
parent
e4f5eb6c01
commit
8f0d76152a
1 changed files with 4 additions and 0 deletions
|
|
@ -2408,6 +2408,9 @@ GLSL (@file{.slang}) shaders for use with RetroArch.")
|
|||
'("--enable-neon" "--enable-floathard")
|
||||
'())
|
||||
(string-append "--prefix=" #$output)
|
||||
;; D-Bus support is required for 'suspend screensaver' option
|
||||
;; to work.
|
||||
"--enable-dbus"
|
||||
;; Non-free software are available through the core updater,
|
||||
;; disable it. See <https://issues.guix.gnu.org/38360>.
|
||||
"--disable-update_cores"
|
||||
|
|
@ -2439,6 +2442,7 @@ GLSL (@file{.slang}) shaders for use with RetroArch.")
|
|||
which))
|
||||
(inputs
|
||||
(list alsa-lib
|
||||
dbus
|
||||
eudev
|
||||
ffmpeg
|
||||
flac
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue