guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: retroarch: Enable Wayland support.


From: Marius Bakke
Subject: 03/08: gnu: retroarch: Enable Wayland support.
Date: Sun, 5 Nov 2017 11:24:24 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 540dd1c8cc987cafd79a19775f0594f2561ba3dd
Author: Rutger Helling <address@hidden>
Date:   Fri Nov 3 11:46:00 2017 +0100

    gnu: retroarch: Enable Wayland support.
    
    * gnu/packages/games.scm (retroarch)[inputs]: Add wayland.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/games.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 896d534..2ef69e8 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]