configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles.
[mesa.git] / src / gallium / targets / xorg-i965 / Makefile
1 TOP = ../../../..
2 include $(TOP)/configs/current
3
4 LIBNAME = i965g_drv.so
5
6 C_SOURCES = \
7 intel_target.c \
8 intel_xorg.c
9
10 DRIVER_DEFINES = \
11 -DHAVE_CONFIG_H -DGALLIUM_SOFTPIPE \
12 -DGALLIUM_RBUG -DGALLIUM_TRACE
13
14 DRIVER_PIPES = \
15 $(TOP)/src/gallium/state_trackers/xorg/libxorgtracker.a \
16 $(TOP)/src/gallium/winsys/i965/drm/libi965drm.a \
17 $(TOP)/src/gallium/drivers/i965/libi965.a \
18 $(TOP)/src/gallium/drivers/trace/libtrace.a \
19 $(TOP)/src/gallium/drivers/rbug/librbug.a \
20 $(TOP)/src/gallium/winsys/sw/wrapper/libwsw.a \
21 $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a
22
23 DRIVER_LINKS = \
24 $(shell $(PKG_CONFIG) --libs libdrm libdrm_intel)
25
26 include ../Makefile.xorg