~ubuntu-branches/ubuntu/precise/mutter/precise

« back to all changes in this revision

Viewing changes to .pc/03_link_gles2.patch/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-08-24 14:53:37 UTC
  • mfrom: (0.9.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110824145337-ciqrupsuyrbyfg3l
Tags: 3.1.4-0ubuntu1
* New upstream release
  - Fix Adwaita window decoration (LP: #828543)
* debian/control.in: Bump libclutter-1.0-dev build-dependency to 1.7.5
* debian/patches/03_link_gles2.patch: Refreshed
* debian/libmutter0.symbols: Adjust .symbols file

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        compositor/meta-shadow-factory-private.h        \
56
56
        compositor/meta-shaped-texture.c        \
57
57
        compositor/meta-shaped-texture.h        \
 
58
        compositor/meta-texture-rectangle.c     \
 
59
        compositor/meta-texture-rectangle.h     \
58
60
        compositor/meta-texture-tower.c         \
59
61
        compositor/meta-texture-tower.h         \
60
62
        compositor/meta-window-actor.c          \
204
206
if HAVE_INTROSPECTION
205
207
include $(INTROSPECTION_MAKEFILE)
206
208
 
207
 
api_version = $(MUTTER_MAJOR_VERSION).$(MUTTER_MINOR_VERSION)
 
209
# Since we don't make any guarantees about stability and we don't support
 
210
# parallel install, there's no real reason to change directories, filenames,
 
211
# etc. as we change the Mutter tarball version.
 
212
#api_version = $(MUTTER_MAJOR_VERSION).$(MUTTER_MINOR_VERSION)
 
213
api_version = 3.0
208
214
 
209
215
# These files are in package-private directories, even though they may be used
210
216
# by plugins.  If you're writing a plugin, use g-ir-compiler --add-include-path
332
338
stamp-mutter-enum-types.h: $(libmutterinclude_base_headers) mutter-enum-types.h.in
333
339
        $(AM_V_GEN) ( cd $(srcdir) && \
334
340
          $(GLIB_MKENUMS) \
335
 
            --template $(srcdir)/mutter-enum-types.h.in \
 
341
            --template mutter-enum-types.h.in \
336
342
          $(libmutterinclude_base_headers) ) >> xgen-teth && \
337
343
        (cmp -s xgen-teth mutter-enum-types.h || cp xgen-teth mutter-enum-types.h) && \
338
344
        rm -f xgen-teth && \
341
347
mutter-enum-types.c: stamp-mutter-enum-types.h mutter-enum-types.c.in
342
348
          $(AM_V_GEN) ( cd $(srcdir) && \
343
349
          $(GLIB_MKENUMS) \
344
 
            --template $(srcdir)/mutter-enum-types.c.in \
 
350
            --template mutter-enum-types.c.in \
345
351
          $(libmutterinclude_base_headers) ) >> xgen-tetc && \
346
352
        cp xgen-tetc mutter-enum-types.c && \
347
353
        rm -f xgen-tetc