diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-22 20:06:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-22 20:06:39 +0000 |
commit | aca48d4468c7360eebe114372261237dfd326366 (patch) | |
tree | 0a16251dfd7bd3edd37c8da55a753fc501c33c4c /dist/Mesa/configs/beos | |
parent | be5e6de483520135642d4178eb0e9e91f86d9555 (diff) |
Update to Mesa 7.8.1. Tested on a bulk ports build by naddy@, ok oga@.
Diffstat (limited to 'dist/Mesa/configs/beos')
-rw-r--r-- | dist/Mesa/configs/beos | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/Mesa/configs/beos b/dist/Mesa/configs/beos index 9974b7b22..69a8fd426 100644 --- a/dist/Mesa/configs/beos +++ b/dist/Mesa/configs/beos @@ -26,8 +26,8 @@ ifeq ($(CPU), x86) -DUSE_3DNOW_ASM \ -DUSE_SSE_ASM - ASM_SOURCES = $(X86_SOURCES) - ASM_API = $(X86_API) + MESA_ASM_SOURCES = $(X86_SOURCES) + GLAPI_ASM_SOURCES = $(X86_API) CC = gcc CXX = g++ @@ -90,7 +90,7 @@ else endif # Directories -SRC_DIRS = mesa glu glut/beos +SRC_DIRS = gallium mesa glu glut/beos glew GLU_DIRS = sgi DRIVER_DIRS = beos PROGRAM_DIRS = beos samples redbook demos tests |