guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: cogl: Enable wayland support.


From: Marius Bakke
Subject: 06/12: gnu: cogl: Enable wayland support.
Date: Sun, 14 May 2017 11:35:08 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 31860852cd5fcdb12ab42d638512cb4ff701e63c
Author: Kei Kebreau <address@hidden>
Date:   Wed May 10 08:23:31 2017 -0400

    gnu: cogl: Enable wayland support.
    
    * gnu/packages/gnome.scm (cogl)[inputs]: Add wayland.
    [arguments]: Add "--enable-wayland-egl-platform" and
    "--enable-wayland-egl-server".
---
 gnu/packages/gnome.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c4ab5fe..e98a552 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2935,9 +2935,13 @@ throughout GNOME for API documentation).")
        ("cairo" ,cairo)
        ("pango" ,pango)
        ("gstreamer" ,gstreamer)
-       ("gst-plugins-base" ,gst-plugins-base)))
+       ("gst-plugins-base" ,gst-plugins-base)
+       ("wayland" ,wayland)))
     (arguments
      `(#:configure-flags (list "--enable-cogl-gst"
+                               "--enable-wayland-egl-platform"
+                               "--enable-wayland-egl-server"
+
                                ;; Arrange to pass an absolute file name to
                                ;; dlopen for libGL.so.
                                (string-append "--with-gl-libname="



reply via email to

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