gnu: gtk+: Enable broadway backend.
* gnu/packages/gtk.scm (gtk+)[arguments]: Add "--enable-broadway-backend" to #:configure-flags.
This commit is contained in:
		
							parent
							
								
									33c3a214a4
								
							
						
					
					
						commit
						150e230165
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -712,7 +712,9 @@ application suites.")
 | 
				
			||||||
                              ;; by gnome-control-center
 | 
					                              ;; by gnome-control-center
 | 
				
			||||||
                              "--enable-wayland-backend"
 | 
					                              "--enable-wayland-backend"
 | 
				
			||||||
                              ;; This is necessary to build both backends.
 | 
					                              ;; This is necessary to build both backends.
 | 
				
			||||||
                              "--enable-x11-backend")
 | 
					                              "--enable-x11-backend"
 | 
				
			||||||
 | 
					                              ;; This enables the HTML5 websocket backend.
 | 
				
			||||||
 | 
					                              "--enable-broadway-backend")
 | 
				
			||||||
      #:phases (modify-phases %standard-phases
 | 
					      #:phases (modify-phases %standard-phases
 | 
				
			||||||
        (add-before 'configure 'pre-configure
 | 
					        (add-before 'configure 'pre-configure
 | 
				
			||||||
          (lambda _
 | 
					          (lambda _
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue