mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-27 03:30:06 +01:00
XQuartz: GLX: Fix Availability for Tiger ppc workaround
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> (cherry picked from commit 88baffc25a193c7c7154a94a687e7cb0f8b180ba)
This commit is contained in:
parent
c552ec12f9
commit
b444205399
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
|||
/* Tiger PPC doesn't have the associated symbols, but glext.h says it does. Liars!
|
||||
* 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
|
||||
#define GL_EXT_gpu_program_parameters 0
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue