[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="
- branch staging updated (3590a6b -> 86c44e7), Marius Bakke, 2017/05/14
- 01/12: Merge commit '28ee4d41edf072776777ff3f83aef8502df909e5' into staging, Marius Bakke, 2017/05/14
- 03/12: gnu: json-glib: Update to 1.2.8., Marius Bakke, 2017/05/14
- 07/12: gnu: gnome-desktop: Update to 3.24.1., Marius Bakke, 2017/05/14
- 04/12: gnu: epiphany: Update to 3.24.1., Marius Bakke, 2017/05/14
- 08/12: gnu: gnome-bluetooth: Update to 3.20.1., Marius Bakke, 2017/05/14
- 06/12: gnu: cogl: Enable wayland support.,
Marius Bakke <=
- 05/12: gnu: gtk+: Enable wayland backend., Marius Bakke, 2017/05/14
- 10/12: gnu: gnome-control-center: Update to 3.24.1., Marius Bakke, 2017/05/14
- 02/12: Merge branch 'master' into staging, Marius Bakke, 2017/05/14
- 12/12: gnu: mutter: Update to 3.24.1., Marius Bakke, 2017/05/14
- 09/12: gnu: gnome-online-accounts: Update to 3.24.0., Marius Bakke, 2017/05/14
- 11/12: gnu: gnome-session: Update to 3.24.1., Marius Bakke, 2017/05/14