~ruther/guix-local

540dd1c8cc987cafd79a19775f0594f2561ba3dd — Rutger Helling 8 years ago ca1ddce
gnu: retroarch: Enable Wayland support.

* gnu/packages/games.scm (retroarch)[inputs]: Add wayland.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/games.scm
M gnu/packages/games.scm => gnu/packages/games.scm +2 -0
@@ 70,6 70,7 @@
  #:use-module (gnu packages documentation)
  #:use-module (gnu packages docbook)
  #:use-module (gnu packages fltk)
  #:use-module (gnu packages freedesktop)
  #:use-module (gnu packages fribidi)
  #:use-module (gnu packages game-development)
  #:use-module (gnu packages gettext)


@@ 1385,6 1386,7 @@ either by Infocom or created using the Inform compiler.")
       ("python" ,python)
       ("sdl" ,sdl2)
       ("udev" ,eudev)
       ("wayland", wayland)
       ("zlib" ,zlib)))
    (native-inputs
     `(("pkg-config" ,pkg-config)