소스 검색

mesa: build/use libmesagallium.a for gallium builds

This contains the core mesa code but excludes things not needed for gallium
such as tnl/, swrast/, swrast_setup/, etc.
tags/mesa_20090313
Brian Paul 16 년 전
부모
커밋
2438161823
4개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 2
    2
      src/gallium/winsys/drm/Makefile.template
  2. 1
    1
      src/gallium/winsys/egl_xlib/Makefile
  3. 1
    1
      src/gallium/winsys/xlib/Makefile
  4. 2
    1
      src/mesa/Makefile

+ 2
- 2
src/gallium/winsys/drm/Makefile.template 파일 보기

@@ -1,9 +1,9 @@
# -*-makefile-*-

MESA_MODULES = \
$(TOP)/src/mesa/libmesa.a \
$(TOP)/src/mesa/libmesagallium.a \
$(GALLIUM_AUXILIARIES)
COMMON_GALLIUM_SOURCES = \
$(TOP)/src/mesa/drivers/dri/common/utils.c \
$(TOP)/src/mesa/drivers/dri/common/vblank.c \

+ 1
- 1
src/gallium/winsys/egl_xlib/Makefile 파일 보기

@@ -34,7 +34,7 @@ LIBS = \
# mesa code, as done for ES 1.x, 2.x, OpenVG, etc)
UNUSED_LIBS = \
$(TOP)/src/mesa/libglapi.a \
$(TOP)/src/mesa/libmesa.a \
$(TOP)/src/mesa/libmesagallium.a \


LOCAL_CFLAGS = -D_EGL_PLATFORM_X=1

+ 1
- 1
src/gallium/winsys/xlib/Makefile 파일 보기

@@ -47,7 +47,7 @@ LIBS = \
$(GALLIUM_DRIVERS) \
$(TOP)/src/gallium/state_trackers/glx/xlib/libxlib.a \
$(TOP)/src/mesa/libglapi.a \
$(TOP)/src/mesa/libmesa.a \
$(TOP)/src/mesa/libmesagallium.a \
$(GALLIUM_AUXILIARIES) \
$(CELL_SPU_LIB) \


+ 2
- 1
src/mesa/Makefile 파일 보기

@@ -21,7 +21,8 @@ include sources.mak

# Default: build dependencies, then asm_subdirs, then convenience
# libs (.a) and finally the device drivers:
default: depend asm_subdirs libmesa.a libglapi.a driver_subdirs
default: depend asm_subdirs libmesa.a libmesagallium.a libglapi.a \
driver_subdirs




Loading…
취소
저장