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:
parent
982b357478
commit
31860852cd
@ -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="
|
||||
|
Loading…
Reference in New Issue
Block a user