i965g: link xorg state tracker with -ldrm_intel

This commit is contained in:
Dave Airlie 2009-11-28 17:44:28 +10:00
parent 0a89ad80d9
commit 6f1bc4267f

View file

@ -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)