all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29131] [PATCH] gnu: retroarch: Enable Wayland support.
@ 2017-11-03 10:50 Rutger Helling
  2017-11-05 15:49 ` bug#29131: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-11-03 10:50 UTC (permalink / raw)
  To: 29131


[-- Attachment #1.1: Type: text/plain, Size: 69 bytes --]

Hey Guix, 

here's a patch that enables Wayland support on retroarch.

[-- Attachment #1.2: Type: text/html, Size: 262 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-retroarch-Enable-Wayland-support.patch --]
[-- Type: text/x-diff; name=0001-gnu-retroarch-Enable-Wayland-support.patch, Size: 1072 bytes --]

From e0720511a56b1f62ec516715fa2c852ac79e9df9 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Fri, 3 Nov 2017 11:46:00 +0100
Subject: [PATCH] gnu: retroarch: Enable Wayland support.

* gnu/packages/games.scm (retroarch)[inputs]: Add wayland.
---
 gnu/packages/games.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 896d53412..2ef69e87d 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)
-- 
2.15.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#29131: [PATCH] gnu: retroarch: Enable Wayland support.
  2017-11-03 10:50 [bug#29131] [PATCH] gnu: retroarch: Enable Wayland support Rutger Helling
@ 2017-11-05 15:49 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-11-05 15:49 UTC (permalink / raw)
  To: Rutger Helling, 29131-done

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

Rutger Helling <rhelling@mykolab.com> writes:

> Hey Guix, 
>
> here's a patch that enables Wayland support on retroarch.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-05 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-03 10:50 [bug#29131] [PATCH] gnu: retroarch: Enable Wayland support Rutger Helling
2017-11-05 15:49 ` bug#29131: " Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.