~ubuntu-branches/ubuntu/jaunty/mesa/jaunty

« back to all changes in this revision

Viewing changes to src/glu/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-01-23 10:20:24 UTC
  • mfrom: (1.2.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123102024-1f3kmb3aea7wzk67
Tags: 7.3~rc3-1ubuntu1
* Merge with Debian experimental.
* Drop 102_dont_vblank.patch, since the new drm code in the kernel
  fixes the bugs that it worked around.
* Bump the build-dependency of libdrm to 2.4.4. It's the first version
  with necessary changes to build this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        -e 's,@INSTALL_DIR@,$(INSTALL_DIR),' \
19
19
        -e 's,@INSTALL_LIB_DIR@,$(INSTALL_LIB_DIR),' \
20
20
        -e 's,@INSTALL_INC_DIR@,$(INSTALL_INC_DIR),' \
21
 
        -e 's,@VERSION@,$(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY),'
 
21
        -e 's,@VERSION@,$(MESA_MAJOR).$(MESA_MINOR).$(MESA_TINY),' \
 
22
        -e 's,@GLU_PC_REQ@,$(GLU_PC_REQ),' \
 
23
        -e 's,@GLU_PC_REQ_PRIV@,$(GLU_PC_REQ_PRIV),' \
 
24
        -e 's,@GLU_PC_LIB_PRIV@,$(GLU_PC_LIB_PRIV),' \
 
25
        -e 's,@GLU_PC_CFLAGS@,$(GLU_PC_CFLAGS),'
22
26
glu.pc: glu.pc.in
23
27
        $(pcedit) $< > $@
24
28