summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/Makefile.template
Commit message (Collapse)AuthorAgeFilesLines
* egl: Link drivers back to libEGL.Chia-I Wu2010-05-191-1/+1
| | | | | Drivers need symbols from libEGL. Without back-linking, the build fails on Cygwin.
* egl: Build drivers in $(TOP)/$(LIB_DIR)/egl.Chia-I Wu2010-05-081-2/+3
| | | | | There are enough EGL modules that they deserve a subdirectory, to avoid polluting $(TOP)/$(LIB_DIR).
* egl: Install drivers to ${libdir}/egl.Chia-I Wu2010-01-231-2/+2
| | | | | Install EGL drivers to EGL_DRIVER_INSTALL_DIR, which is default to ${libdir}/egl.
* egl: Add Makefile.template for EGL drivers.Chia-I Wu2010-01-221-0/+51