guix-patches
[Top][All Lists]
Advanced

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

[bug#29115] [PATCH] gnu: mpv: enable Wayland support.


From: Leo Famulari
Subject: [bug#29115] [PATCH] gnu: mpv: enable Wayland support.
Date: Thu, 2 Nov 2017 13:24:42 -0400
User-agent: Mutt/1.9.1 (2017-09-22)

On Thu, Nov 02, 2017 at 10:23:15AM +0100, Rutger Helling wrote:
> Hey Guix, 
> 
> this patch enables Wayland support for mpv.

> From b18aa7cb448116c689306c07fccec32afc84dc4b Mon Sep 17 00:00:00 2001
> From: Rutger Helling <address@hidden>
> Date: Thu, 2 Nov 2017 10:19:45 +0100
> Subject: [PATCH] gnu: mpv: enable Wayland support.
> 
> * gnu/packages/video.scm (mpv)[inputs]: Add wayland, wayland-protocols and 
> libxkbcommon.

Thanks!

>         ("pulseaudio" ,pulseaudio)
>         ("rsound" ,rsound)
>         ("waf" ,python-waf)
> +       ("wayland" ,wayland)
> +       ("wayland-protocols" ,wayland-protocols)
> +       ("libxkbcommon", libxkbcommon)

I tried `guix gc --reference $(./pre-inst-env guix build mpv)`, and it
doesn't keep a reference to wayland-protocols. Also, without
wayland-protocols, it does still build for Wayland, according to the
configure phase.

Do you think we can omit wayland-protocols from the set of inputs?

Attachment: signature.asc
Description: PGP signature


reply via email to

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