aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/gl.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Set library and header installation directories from configurationDan Nicholson2008-07-061-2/+2
| | | | | | | | | | | | | | 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.
* Move make install logic for libGL back into src/mesa/Makefile.Kristian Høgsberg2008-03-101-0/+11
| | | | | | | | | This makes make install work again for non-glx libGL implementations. The make install logic is split into three sub-targets: install-libgl, install-osmesa, install-drivers. The install target in src/glx/x11 is then implemented using the src/mesa make install-libgl rule. Thanks to Dan Nicholson for pointing out the breakage.
* Move libGL install target to the libGL Makefile.Kristian Høgsberg2008-03-081-11/+0
|
* pkg-config supportDan Nicholson2007-09-121-0/+11