Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-19 | egl: Link drivers back to libEGL. | Chia-I Wu | |
Drivers need symbols from libEGL. Without back-linking, the build fails on Cygwin. | |||
2010-05-08 | egl: Build drivers in $(TOP)/$(LIB_DIR)/egl. | Chia-I Wu | |
There are enough EGL modules that they deserve a subdirectory, to avoid polluting $(TOP)/$(LIB_DIR). | |||
2010-01-23 | egl: Install drivers to ${libdir}/egl. | Chia-I Wu | |
Install EGL drivers to EGL_DRIVER_INSTALL_DIR, which is default to ${libdir}/egl. | |||
2010-01-22 | egl: Add Makefile.template for EGL drivers. | Chia-I Wu | |