mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: retroarch: Add missing fontconfig and v4l-utils inputs.
* gnu/packages/emulators.scm (retroarch) [inputs]: Add fontconfig and v4l-utils. Change-Id: Ie82581b1f2cd8ce23f4ea04e5e09e3d6401d9464
This commit is contained in:
parent
d43fd988c5
commit
6be4c3feb1
1 changed files with 2 additions and 0 deletions
|
@ -1632,6 +1632,7 @@ (define-public retroarch
|
|||
eudev
|
||||
ffmpeg
|
||||
flac
|
||||
fontconfig
|
||||
freetype
|
||||
glslang
|
||||
libxinerama
|
||||
|
@ -1649,6 +1650,7 @@ (define-public retroarch
|
|||
sdl2
|
||||
spirv-headers
|
||||
spirv-tools
|
||||
v4l-utils
|
||||
vulkan-loader
|
||||
wayland
|
||||
zlib))
|
||||
|
|
Loading…
Reference in a new issue