summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl-i915/Makefile
blob: 596dd092f75eea6bbb3965d4b7a5f170ed58139d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOP = ../../../..
include $(TOP)/configs/current

EGL_DRIVER_NAME = i915
EGL_DRIVER_SOURCES = dummy.c
EGL_DRIVER_LIBS = -ldrm_intel

EGL_DRIVER_PIPES = \
	$(TOP)/src/gallium/winsys/drm/intel/gem/libinteldrm.a \
	$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
	$(TOP)/src/gallium/drivers/trace/libtrace.a \
	$(TOP)/src/gallium/drivers/i915/libi915.a

include ../Makefile.egl