mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
i965g: link xorg state tracker with -ldrm_intel
This commit is contained in:
parent
0a89ad80d9
commit
6f1bc4267f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ all default: $(TARGET)
|
|||
|
||||
$(TARGET): $(OBJECTS) Makefile $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a $(LIBS)
|
||||
$(TOP)/bin/mklib -noprefix -o $@ \
|
||||
$(OBJECTS) $(LIBS) $(shell pkg-config --libs libdrm) -ldrm_i965
|
||||
$(OBJECTS) $(LIBS) $(shell pkg-config --libs libdrm) -ldrm_intel
|
||||
|
||||
clean:
|
||||
rm -rf $(OBJECTS) $(TARGET)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue