From 31860852cd5fcdb12ab42d638512cb4ff701e63c Mon Sep 17 00:00:00 2001 From: Kei Kebreau Date: Wed, 10 May 2017 08:23:31 -0400 Subject: [PATCH] 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 c4ab5feb98..e98a5523b3 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="