~ubuntu-branches/ubuntu/raring/mesa/raring

« back to all changes in this revision

Viewing changes to src/mapi/es1api/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-01-22 11:54:09 UTC
  • mfrom: (1.7.13)
  • Revision ID: package-import@ubuntu.com-20130122115409-5e9xii2ee1whab3e
Tags: 9.0.2-0ubuntu1
* New upstream release.
* Decrease size of mesa's libgl1-mesa-dri again
  - re-enable 117-static-gallium.patch
  - add 118-dricore-gallium.patch to link against libdricore again

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
lib_LTLIBRARIES = libGLESv1_CM.la
42
42
 
43
43
libGLESv1_CM_la_SOURCES = ../mapi/entry.c glapi_mapi_tmp.h
44
 
libGLESv1_CM_la_LIBADD = $(GLESv1_CM_LIB_DEPS) ../shared-glapi/libglapi.la
 
44
libGLESv1_CM_la_LIBADD = $(GLESv1_CM_LIB_DEPS)
45
45
libGLESv1_CM_la_LDFLAGS = -version-number 1:1 -no-undefined
46
46
 
 
47
if HAVE_SHARED_GLAPI
 
48
libGLESv1_CM_la_LIBADD += ../shared-glapi/libglapi.la
 
49
endif
 
50
 
47
51
include ../glapi/gen/glapi_gen.mk
48
52
glapi_mapi_tmp.h: ../glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
49
53
        $(call glapi_gen_mapi,$<,es1api)