summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/Makefile.template
Commit message (Collapse)AuthorAgeFilesLines
* egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu2011-01-101-8/+22
| | | | | These two drivers are small in size. Making them built-in should simplify packaging.
* Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGSJon TURNEY2010-10-241-2/+2
| | | | | | | | | | Ensure -L$(TOP)/$(LIB_DIR) (the staging dir for build products), appears in the link line before any -L in $LDFLAGS, so that we link driver we are building with libEGL we have just built, and not an installed version [olv: make a similar change to targets/egl] Signed-off-by: Jon TURNEY <[email protected]>
* 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