Move chromium to it's own place OBS-URL: https://build.opensuse.org/request/show/79098 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1
		
			
				
	
	
		
			13 lines
		
	
	
		
			324 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			324 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| diff --git a/ui/qt/BUILD.gn b/ui/qt/BUILD.gn.new
 | |
| index 2da7845..02ae3c8 100644
 | |
| --- a/ui/qt/BUILD.gn
 | |
| +++ b/ui/qt/BUILD.gn
 | |
| @@ -61,6 +61,7 @@ template("qt_shim") {
 | |
|      packages = [
 | |
|        "Qt" + invoker.qt_version + "Core",
 | |
|        "Qt" + invoker.qt_version + "Widgets",
 | |
| +      "Qt" + invoker.qt_version + "Gui",
 | |
|      ]
 | |
|    }
 | |
|  
 |