blob: dfb3cc45a7d6ff7bc755acacbf7f39e3fa06bdfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
TOP = ../../../..
include $(TOP)/configs/current
EGL_DRIVER_NAME = i965
EGL_DRIVER_SOURCES = dummy.c
EGL_DRIVER_LIBS = -ldrm_intel
EGL_DRIVER_PIPES = \
$(TOP)/src/gallium/winsys/i965/drm/libi965drm.a \
$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
$(TOP)/src/gallium/drivers/trace/libtrace.a \
$(TOP)/src/gallium/drivers/i965/libi965.a
include ../Makefile.egl
|