XQuartz: GLX: Fix Availability for Tiger ppc workaround
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
This commit is contained in:
		
							parent
							
								
									eac7cdabec
								
							
						
					
					
						commit
						bb75d0df8b
					
				|  | @ -120,7 +120,7 @@ | ||||||
| /* Tiger PPC doesn't have the associated symbols, but glext.h says it does.  Liars!
 | /* Tiger PPC doesn't have the associated symbols, but glext.h says it does.  Liars!
 | ||||||
|  * http://trac.macports.org/ticket/20638
 |  * http://trac.macports.org/ticket/20638
 | ||||||
|  */ |  */ | ||||||
| #if defined(__ppc__) && MAC_OS_X_VERSION_MIN_REQUIRED == 1040 | #if defined(__ppc__) && MAC_OS_X_VERSION_MIN_REQUIRED < 1050 | ||||||
| #undef GL_EXT_gpu_program_parameters | #undef GL_EXT_gpu_program_parameters | ||||||
| #define GL_EXT_gpu_program_parameters 0 | #define GL_EXT_gpu_program_parameters 0 | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue