You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							26 lines
						
					
					
						
							948 B
						
					
					
				
			
		
		
	
	
							26 lines
						
					
					
						
							948 B
						
					
					
				| # --- SDE-COPYRIGHT-NOTE-BEGIN --- | |
| # This copyright note is auto-generated by ./scripts/Create-CopyPatch. | |
| # | |
| # Filename: package/.../qemu/qemu.conf | |
| # Copyright (C) 2006 - 2007 The OpenSDE Project | |
| # | |
| # More information can be found in the files COPYING and README. | |
| # | |
| # This program is free software; you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation; version 2 of the License. A copy of the | |
| # GNU General Public License can be found in the file COPYING. | |
| # --- SDE-COPYRIGHT-NOTE-END --- | |
|  | |
| # gcc 4.x is not officially supported | |
| var_append confopt ' ' '--disable-gcc-check' | |
|  | |
| # inject QEMU Accelerator Module | |
| if [[ $arch = x86* ]]; then | |
|         hook_add prepatch 5 'tar $taropt `match_source_file -p kqemu`' | |
| fi | |
|  | |
| if ! pkginstalled libsdl ; then | |
| 	echo_warning "Disable graphical output support (libsdl not installed)" | |
| 	var_append confopt ' ' "--disable-gfx-check" | |
| fi
 | |
| 
 |