mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 20:00:24 +01:00
intel: Change link order
This commit is contained in:
parent
8340a116ea
commit
f1c0be75b7
1 changed files with 2 additions and 1 deletions
|
|
@ -4,10 +4,11 @@ include $(TOP)/configs/current
|
|||
LIBNAME = EGL_i915.so
|
||||
|
||||
PIPE_DRIVERS = \
|
||||
../gem/libinteldrm.a \
|
||||
$(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \
|
||||
$(TOP)/src/gallium/drivers/i915simple/libi915simple.a \
|
||||
$(TOP)/src/gallium/state_trackers/egl/libegldrm.a \
|
||||
../gem/libinteldrm.a
|
||||
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
intel_context.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue