mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
xvmc-softpipe: remove LLVM_LIBS
this is added conditionally in Makefile.xmvc Spotted by Chris Rankin.
This commit is contained in:
parent
348bdaa529
commit
8c47a5da9f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ PIPE_DRIVERS = \
|
|||
C_SOURCES = \
|
||||
$(TOP)/src/gallium/winsys/g3dvl/xlib/xsp_winsys.c
|
||||
|
||||
DRIVER_LIBS = $(LLVM_LIBS)
|
||||
DRIVER_LIBS =
|
||||
|
||||
include ../Makefile.xvmc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue