gnu: cogl: Enable wayland support.

* gnu/packages/gnome.scm (cogl)[inputs]: Add wayland.
[arguments]: Add "--enable-wayland-egl-platform" and
"--enable-wayland-egl-server".
This commit is contained in:
Kei Kebreau 2017-05-10 08:23:31 -04:00 committed by Marius Bakke
parent 982b357478
commit 31860852cd
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2935,9 +2935,13 @@ (define-public cogl
("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="