mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Sun Jul 6 21:21:01 UTC 2008


The branch, master has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 configs/autoconf.in            |    3 +++
 configs/default                |    4 +++-
 configure.ac                   |    3 ++-
 src/glu/Makefile               |   11 ++++++-----
 src/glu/glu.pc.in              |    4 ++--
 src/glut/fbdev/Makefile        |    8 ++++----
 src/glut/glx/Makefile          |   15 ++++++++-------
 src/glut/glx/glut.pc.in        |    4 ++--
 src/glut/mini/Makefile         |   15 ++++++++-------
 src/glut/mini/glut.pc.in       |    4 ++--
 src/glw/Makefile               |   15 ++++++++-------
 src/glw/glw.pc.in              |    4 ++--
 src/mesa/Makefile              |   19 ++++++++++---------
 src/mesa/drivers/dri/Makefile  |   15 +++++++++------
 src/mesa/drivers/dri/dri.pc.in |    4 ++--
 src/mesa/gl.pc.in              |    4 ++--
 16 files changed, 73 insertions(+), 59 deletions(-)

       via  e6e4f25aa5433fc77a3c1b0dba2300cc4cee5d33 (commit)
       via  11ac5b2456575060627e9f52946d7d0e218a228d (commit)
      from  056689d457924ba4d8a0723d0c5f24383d1757d9 (commit)


- Commits -----------------------------------------------
commit e6e4f25aa5433fc77a3c1b0dba2300cc4cee5d33
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Sun Jul 6 14:17:39 2008 -0700

    autoconf: Allow commas or spaces to separate DRI drivers
    
    Explicitly allow the argument to --with-dri-drivers to contain
    comma-separated or space-separated drivers. A space-separated driver
    list worked by chance before.

commit 11ac5b2456575060627e9f52946d7d0e218a228d
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Jul 3 09:17:44 2008 -0700

    Set library and header installation directories from configuration
    
    Currently the installation directories for libraries and headers are
    resolved within the install commands. For instance, the libraries will
    be installed to $(INSTALL_DIR)/$(LIB_DIR). This limits the flexibility
    of the installation, such as when the libraries should be installed to a
    subdirectory like /usr/lib/tls.
    
    This adds the make variables $(INSTALL_LIB_DIR) and $(INSTALL_INC_DIR)
    to define the locations that the libraries and headers are installed.
    For the static configs, this resolves exactly as before to
    $(INSTALL_DIR)/include and $(INSTALL_DIR)/$(LIB_DIR). For autoconf, they
    are derived directly from the --libdir and --includedir settings.

---------------------------------




More information about the mesa-commit mailing list