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 @@ throughout GNOME for API documentation).") | ||||||
|        ("cairo" ,cairo) |        ("cairo" ,cairo) | ||||||
|        ("pango" ,pango) |        ("pango" ,pango) | ||||||
|        ("gstreamer" ,gstreamer) |        ("gstreamer" ,gstreamer) | ||||||
|        ("gst-plugins-base" ,gst-plugins-base))) |        ("gst-plugins-base" ,gst-plugins-base) | ||||||
|  |        ("wayland" ,wayland))) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:configure-flags (list "--enable-cogl-gst" |      `(#:configure-flags (list "--enable-cogl-gst" | ||||||
|  |                                "--enable-wayland-egl-platform" | ||||||
|  |                                "--enable-wayland-egl-server" | ||||||
|  | 
 | ||||||
|                                ;; Arrange to pass an absolute file name to |                                ;; Arrange to pass an absolute file name to | ||||||
|                                ;; dlopen for libGL.so. |                                ;; dlopen for libGL.so. | ||||||
|                                (string-append "--with-gl-libname=" |                                (string-append "--with-gl-libname=" | ||||||
|  |  | ||||||
		Reference in a new issue