Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Link drivers back to libEGL. | Chia-I Wu | 2010-05-19 | 1 | -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 Wu | 2010-05-08 | 1 | -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 Wu | 2010-01-23 | 1 | -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 Wu | 2010-01-22 | 1 | -0/+51 |