mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	cmake: sync gamemode conditionals with code after 5eec980a2d
				
					
				
			FAILED: bin/yuzu ld: error: unable to find library -lgamemode FAILED: bin/yuzu-cmd ld: error: undefined symbol: Common::Linux::StartGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main) ld: error: undefined symbol: Common::Linux::StopGamemode() >>> referenced by yuzu.cpp >>> src/yuzu_cmd/CMakeFiles/yuzu-cmd.dir/yuzu.cpp.o:(main)
This commit is contained in:
		
							parent
							
								
									9dc9aaf4af
								
							
						
					
					
						commit
						df96caec79
					
				
							
								
								
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							| @ -189,7 +189,7 @@ if (ANDROID) | ||||
|    endif() | ||||
| endif() | ||||
| 
 | ||||
| if (CMAKE_SYSTEM_NAME STREQUAL "Linux") | ||||
| if (UNIX AND NOT APPLE) | ||||
|     add_subdirectory(gamemode) | ||||
| endif() | ||||
| 
 | ||||
|  | ||||
| @ -174,7 +174,7 @@ if(ANDROID) | ||||
|     ) | ||||
| endif() | ||||
| 
 | ||||
| if (CMAKE_SYSTEM_NAME STREQUAL "Linux") | ||||
| if (UNIX AND NOT APPLE) | ||||
|   target_sources(common PRIVATE | ||||
|     linux/gamemode.cpp | ||||
|     linux/gamemode.h | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user