mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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
1 changed files with 5 additions and 1 deletions
|
@ -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="
|
||||
|
|
Loading…
Reference in a new issue