python: Remove broken link hack.
This commit is contained in:
@@ -24,6 +24,7 @@ if 'python' in env['statetrackers']:
|
||||
'ws2_32',
|
||||
])
|
||||
else:
|
||||
env.Append(CPPDEFINES = ['GCC_HASCLASSVISIBILITY'])
|
||||
env.Append(LIBS = [
|
||||
'GL',
|
||||
'X11',
|
||||
|
||||
@@ -54,11 +54,6 @@ static PFNGETGALLIUMSCREENMESAPROC pfnGetGalliumScreenMESA = NULL;
|
||||
static PFNCREATEGALLIUMCONTEXTMESAPROC pfnCreateGalliumContextMESA = NULL;
|
||||
|
||||
|
||||
/* XXX: Force init_gallium symbol to be linked */
|
||||
extern void init_gallium(void);
|
||||
void (*force_init_gallium_linkage)(void) = &init_gallium;
|
||||
|
||||
|
||||
#ifdef PIPE_OS_WINDOWS
|
||||
|
||||
static INLINE boolean
|
||||
|
||||
Reference in New Issue
Block a user