Mark required deps as required
BUG: 454912
This commit is contained in:
		
							parent
							
								
									563b61c75c
								
							
						
					
					
						commit
						34e7c90c2d
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -33,11 +33,11 @@ include(ECMQtDeclareLoggingCategory)
 | 
				
			||||||
find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient Qml)
 | 
					find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS WaylandClient Qml)
 | 
				
			||||||
if (QT_MAJOR_VERSION EQUAL "5")
 | 
					if (QT_MAJOR_VERSION EQUAL "5")
 | 
				
			||||||
    find_package(Qt5XkbCommonSupport REQUIRED PRIVATE)
 | 
					    find_package(Qt5XkbCommonSupport REQUIRED PRIVATE)
 | 
				
			||||||
    find_package(QtWaylandScanner)
 | 
					    find_package(QtWaylandScanner REQUIRED)
 | 
				
			||||||
endif()
 | 
					endif()
 | 
				
			||||||
find_package(WaylandScanner)
 | 
					find_package(WaylandScanner REQUIRED)
 | 
				
			||||||
find_package(Wayland 1.3 COMPONENTS Client Server)
 | 
					find_package(Wayland 1.3 COMPONENTS Client Server)
 | 
				
			||||||
find_package(WaylandProtocols)
 | 
					find_package(WaylandProtocols REQUIRED)
 | 
				
			||||||
find_package(PkgConfig REQUIRED)
 | 
					find_package(PkgConfig REQUIRED)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkg_check_modules(XKBCOMMON xkbcommon REQUIRED IMPORTED_TARGET)
 | 
					pkg_check_modules(XKBCOMMON xkbcommon REQUIRED IMPORTED_TARGET)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue