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: Rutger Helling
Subject: [bug#29115] [PATCH] gnu: mpv: enable Wayland support.
Date: Thu, 02 Nov 2017 18:59:26 +0100

On 2017-11-02 18:52, Rutger Helling wrote:

Hey Leo,

you're right, it works fine without wayland-protocols. Here's an updated patch without it.

On 2017-11-02 18:24, Leo Famulari wrote:

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?




reply via email to

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