From 6e23537d47799490ecffd11f95fb8e4eb78240ea Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Wed, 24 May 2006 13:08:15 +0000 Subject: [PATCH] Removed main/dispatch.c from libmesa.a: the GL API dispatching is added in libGL.so by GLDispather.cpp (and eventually some assembly code like glapi_x86.S for x86 architecture). On PPC, both dispatch.c and GLDispatcher.cpp were exporting gl* OpenGL API. Twice is not better, even when "none" was the previous state for PPC port ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17578 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/opengl/mesa/Jamfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/kits/opengl/mesa/Jamfile b/src/kits/opengl/mesa/Jamfile index 4b0b131c70..7f2a554954 100644 --- a/src/kits/opengl/mesa/Jamfile +++ b/src/kits/opengl/mesa/Jamfile @@ -27,14 +27,14 @@ SEARCH_SOURCE += [ FDirName $(SUBDIR) swrast_setup ] ; SEARCH_SOURCE += [ FDirName $(SUBDIR) tnl ] ; { - local defines ; + local defines ; defines = BEOS_THREADS GNU_ASSEMBLER ; if $(TARGET_ARCH) = x86 { defines += USE_X86_ASM USE_MMX_ASM USE_3DNOW_ASM USE_SSE_ASM ; } else { # Not yet supported, as current Mesa3D PPC assembly is Linux-dependent! - # defines += USE_PPC_ASM ; + # defines += USE_PPC_ASM ; } defines = [ FDefines $(defines) ] ; @@ -111,7 +111,6 @@ StaticLibrary libmesa.a : convolve.c debug.c depth.c - dispatch.c dlist.c drawpix.c enable.c