gnu: webkitgtk: Enable GStreamer GL support.
* gnu/packages/webkit.scm (webkitgtk)[configure-flags]: Remove the '-DUSE_GSTREAMER_GL=OFF' build option.
This commit is contained in:
		
							parent
							
								
									00e4bd2500
								
							
						
					
					
						commit
						7aa7d85bac
					
				
					 1 changed files with 1 additions and 9 deletions
				
			
		|  | @ -251,15 +251,7 @@ acceleration in mind, leveraging common 3D graphics APIs for best performance.") | ||||||
|                           "-DUSE_SYSTEMD=OFF" |                           "-DUSE_SYSTEMD=OFF" | ||||||
|                           (string-append ; uses lib64 by default |                           (string-append ; uses lib64 by default | ||||||
|                            "-DLIB_INSTALL_DIR=" |                            "-DLIB_INSTALL_DIR=" | ||||||
|                            (assoc-ref %outputs "out") "/lib") |                            (assoc-ref %outputs "out") "/lib")) | ||||||
|                           ;; XXX Adding GStreamer GL support would apparently |  | ||||||
|                           ;; require adding gst-plugins-bad to the inputs, |  | ||||||
|                           ;; which might entail a security risk as a result of |  | ||||||
|                           ;; the plugins of dubious code quality that are |  | ||||||
|                           ;; included.  More investigation is needed.  For |  | ||||||
|                           ;; now, we explicitly disable it to prevent an error |  | ||||||
|                           ;; at configuration time. |  | ||||||
|                           "-DUSE_GSTREAMER_GL=OFF") |  | ||||||
|        #:make-flags |        #:make-flags | ||||||
|        ;; Never build with unsupported -j1: https://issues.guix.gnu.org/47964#5 |        ;; Never build with unsupported -j1: https://issues.guix.gnu.org/47964#5 | ||||||
|        (list "-j" (number->string (max 2 (parallel-job-count)))) |        (list "-j" (number->string (max 2 (parallel-job-count)))) | ||||||
|  |  | ||||||
		Reference in a new issue